Home Forums WoodMart support forum Dont show woo commerce notification add to cart

Dont show woo commerce notification add to cart

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #62690

    nephyhlim
    Participant

    Hey there

    when I add sth to the cart a green notification shows up. How can I not show this notification?

    Thanks in advance!

    #62713

    Hello,

    Please navigate to Theme Settings > Shop > Action after add to cart > set “No action” https://gyazo.com/a1631e0969971402fd2d91c6436cf51f

    Best Regards

    #62718

    nephyhlim
    Participant

    Hi

    i meant the notification bar at the bottom (see image attached)

    Attachments:
    You must be logged in to view attached files.
    #62745

    Hello,

    Please insert this code into fundtions.pho of the child theme:

    add_filter( 'wc_add_to_cart_message_html', '__return_false' );

    Best Regards

    #63607

    nephyhlim
    Participant

    Hi

    I get syntax error, unexpected ‘&’

    also creating a child theme sounds scary. Do you have a step by step guide?

    #63619

    Artem Temos
    Keymaster

    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.

Viewing 6 posts - 1 through 6 (of 6 total)