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)
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 1 hour, 59 minutes ago by Mati.