• Resolved ornibacom

    (@ornibacom)


    Hello,
    I deleted the plugin. I also want to clean from the database.
    How can I do it?

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Hitendra Chopda

    (@hitendra-chopda)

    Hello @ornibacom

    Thanks for reaching out!

    Please follow the below three steps to remove our plugin references.

    1. 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
    2. 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
    3. 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

    Thread Starter ornibacom

    (@ornibacom)

    Hello,
    You are awesome!
    Thanks for the detailed information.

    Plugin Support Hitendra Chopda

    (@hitendra-chopda)

    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

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Deleting the Plugin’ is closed to new replies.