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

    Topic.,

    I have installed Woocommerce Product Tables, and every time I add a product, it will say popup this message: “Product” was added to cart.

    It wont even say the product name, just “Product”.

    I need to hide it somehow.

    #1116367

    Hey kapteina,

    Could you post a link to where we can see this problem please?

    Best regards,
    Rikard

    #1116410
    This reply has been marked as private.
    #1116513

    Hi,
    To hide the white box, Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    .added_to_cart_notification {
    display: none !important;
    }

    Best regards,
    Mike

    #1116519

    Worked perfectly. Thank you!

    #1116569

    Hi,

    Great, I’m glad that you got it working and sorry for the problem. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.