Hello @ornibacom
Thanks for reaching out!
Please follow the below three steps to remove our plugin references.
- Search for the “wc_mmqw” post type in the “wp_posts” table and delete all the entries. But, Before deleting the post entries, take a backup of post ids from the “ID” column to delete that post’s meta from the “wp_postmeta” table.
-> https://share.cleanshot.com/w0dJ8YbfPFHXHYRfZM5L
- Now go to the “wp_postmeta” table, search min/max rules post meta by post ids, and delete all the entries. -> https://share.cleanshot.com/c1JqhHzHQ6hQmxGwL7ZB
- Now search below mentioned few more options data keys in the “wp_options” table and delete them. -> https://share.cleanshot.com/5VfKlWPNMdYQDm17dJKT
a. ‘sm_sortable_order’
b. ‘min_order_quantity_reached’
c. ‘max_order_quantity_exceeded’
d. ‘min_order_value_reached’
e. ‘max_order_value_exceeded’
f. ‘min_order_item_reached’
g. ‘max_order_item_exceeded’
h. ‘min_order_quantity’
i. ‘max_order_quantity’
j. ‘min_order_value’
k. ‘max_order_value’
l. ‘min_items_quantity’
m. ‘max_items_quantity’
n. ‘chk_enable_logging’
Best Regards,
Hitendra & DotStore Team
Hello,
You are awesome!
Thanks for the detailed information.
Hello Ornibacom,
Hope the given solution worked for you, So I’m going to mark this as resolved.
If you have any further questions, you can start a new thread.
Best Regards,
Hitendra & DotStore Team