Dont show woo commerce notification add to cart
-
Hey there
when I add sth to the cart a green notification shows up. How can I not show this notification?
Thanks in advance!
Hello,
Please navigate to Theme Settings > Shop > Action after add to cart > set “No action” https://gyazo.com/a1631e0969971402fd2d91c6436cf51f
Best Regards
Hi
i meant the notification bar at the bottom (see image attached)
Attachments:
You must be
logged in to view attached files.
Hello,
Please insert this code into fundtions.pho of the child theme:
add_filter( 'wc_add_to_cart_message_html', '__return_false' );
Best Regards
Hi
I get syntax error, unexpected ‘&’
also creating a child theme sounds scary. Do you have a step by step guide?
You can find woodmart-child.zip file in the downloaded package from ThemeForest. Then, go to Appearance -> Themes upload it and activate. After that, you need to add the code to functions.php
file in your newly uploaded child theme.