Hello,
I have deactivated the display of the woocommerce basket on Enfold, but I still have a notification which displays “Product Undefined”, how can I remove it?
Thanks for your help.
Bart
I have found the solution to hide this message, add this to css.
.added_to_cart_notification{ display: none !important; }