Hi,
I’m using a plugin ( Added to cart popup version pro ) that works very well and adds extra features ( add or remove or delete an item ).
To activate the cart (Added to cart popup pro version) sidebar menu on the left.
I also kept the Enfold cart is in the header on the right.
When I add an item to the cart, the item is added to the Enfold basket. But if I add or remove or delete an item from the cart, in the Enfold cart, everything is updated (except the item counter)
How can I fix the situation?
Web site : https://vignoblesaintthomas.com/
Hey Pascal,
If you disable that plugin, then does it work properly?
And it does not work with the plugin activated?
Best regards,
Basilis
I want to keep both. The both cart work very well separately.
I just want to update the Enfold item counter correctly when I add or remove an item with the other cart (Added to cart popup pro version).
Do you understand my question and can you help me?
Hi,
This is going to require modifications that are beyond the scope of support, unfortunately. Please contact the plugin author for more info. Or try to edit the config-woocommerce > woocommerce-mod.js file, look for this code around line 65:
$('body').on( 'wc_fragments_refreshed', avia_cart_dropdown_changed );
Below, add this css code..
$('body').on( 'click', '.xoo-cp-remove', avia_cart_dropdown_changed );
Best regards,
Ismael