• Resolved Mati

    (@mattheus)


    after i deactivated your plugin the plugin still works how is this possible? how do i make sure the products no longer get default values?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Condless

    (@condless)

    Hi Mati,
    Can you attach the website’s URL?
    Please make sure to clean all the cache components of your website (Server cache, Redis/Object cache, Cloudflare, Rocket and so).

    Thread Starter Mati

    (@mattheus)

    url: https://tinyurl.com/yx7ye9pk
    i have clean all LS Caches.

    i have also manualy deleted all Default Attributes with SQL DELETE FROM wp_postmeta WHERE meta_key = ‘_default_attributes’;

    otherwise I will give you the website login so you can debug it

    Thread Starter Mati

    (@mattheus)

    I will now delete the products again and re-import them.

    Thread Starter Mati

    (@mattheus)

    even after removing the products and your plugin again and emptying the cache the products still get a default value.

    Specifically, I noticed that certain entries related to your plugin remained in the database, particularly within the wp_options table with the prefix wc_daw_. As a result, the default attributes were still being applied to my products, which caused unintended behavior on my website. https://prnt.sc/ZLMqWp8m4AHK

    Would it be possible for you to include a feature in future updates that ensures all related database entries (such as wc_daw_ options) are completely removed when the plugin is deactivated or uninstalled? This would greatly help in preventing any residual effects after the plugin is no longer in use.

    • This reply was modified 6 months, 2 weeks ago by Mati.
    Plugin Author Condless

    (@condless)

    Hi,
    Yes, such feature can be added,
    But those entries does not affect any functionality of the website when the plugin is deactivated.
    The default attribute values of the products may not be cleared yet due to another cache layer or the defaults which configured in the product edit screen (in the top of the variation tab).

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘after i deactivated your plugin the plugin still works’ is closed to new replies.