luisvelaz
Forum Replies Created
-
Hi,
Sorry for the late reply.
As mentioned, the problem happens with themes that use Ajax for the add to cart button on the product page. They trigger added_to_cart
There’s no conditional to check that it’s actually the wishlist page. As a result if added_to_cart is called anywhere else the YITH script will replace that message too.
You can see the problem here https://pandacow.ch/de/produkt/pandacow-original-erwachsen-rot/
The original success message which is from the default WC translation is being replaced by YITH.
The plugin has a filter yith_wcwl_added_to_cart_message but it’s a problem with multi language websites. If can be easily avoided by checking that the add to cart button was triggered on the wishlist page.
Regards
Hi,
Yes, I tested the last version but I disabled this plugin at the moment. You can try with any quick view module or method to reproduce the issue.
Remember that this problem only happens on the product page. The script needs more specific element to replace the slider in the quick view box instead of the main product gallery.