Comment:
It isn’t the small cache plugin but the swatches plugin – i just isolated the issue
Comment:
It isn’t the small cache plugin but the swatches plugin – i just isolated the issue
Hi Dan,
Thanks for reaching out to us. Sorry for your inconvenience.
Please add the below snippet using the Code Snippets Plugin:
add_action('woo_variation_swatches_manage_cache_loaded', function( $woo_variation_swatches_manage_cache_loaded ){ remove_action( 'woocommerce_save_product_variation', array( $woo_variation_swatches_manage_cache_loaded, 'clear_cache_on_product_modify' ) ); remove_action( 'woocommerce_update_product_variation', array( $woo_variation_swatches_manage_cache_loaded, 'clear_cache_on_product_modify' ) ); remove_action( 'woocommerce_delete_product_variation', array( $woo_variation_swatches_manage_cache_loaded, 'clear_cache_on_product_modify' ) ); remove_action( 'woocommerce_trash_product_variation', array( $woo_variation_swatches_manage_cache_loaded, 'clear_cache_on_product_modify' ) ); }, 10, 1);
Then try again and let me know if it resolves your issue or not.
Thank You
Hi
Works great now
Thank you
Hi Dan,
We are working on a new version. Please remove the above snippet after updating the next version.
We really get excited & honored when you use our plugin on your site.
If you found my support helpful, could you please leave your valuable review here: https://wordpress.org/support/plugin/woo-variation-swatches/reviews/?filter=5
Your rating keeps us inspired.
Thank You
Problem with plugin and products sync with an ERP
Dan Greenberg
Hi
Trying to figure issues i have with plugin after several attempts
The site is: https://www.cameleon.co.il/
Have the swatches plugin and last week after performance issues we were able to solve the speed partly with an additional own developed small plugin: a screenshot link: https://prnt.sc/haOix7yPgZwK
As said it improved speed but now have a new issue…the site has a plugin to SYNC stock with an ERP, but the swatches plugin and related cache plugin are causing issues that make the process stuck. here is an ERROR log: