• Resolved penelope323

    (@penelope323)


    On every product page, when a customer puts a product into her basket the page returns the message “x has been added to your basket” and a button saying ‘view basket’. If this is pressed the customer is taken to the basket, but then has to navigate back to where she was (on mobile in particular). See example here https://snipboard.io/q6KmAN.jpg I do not want this message or this ‘view basket’ button and I can’t find how to get rid of it.

    (Incidentally I do want AJAX on the shopping basket as that is important on my site as I have up to 90 products on one page) – that has already been activated.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi @penelope323,

    Thank you for reaching out.

    To remove the “x has been added to your basket” message and the ‘view basket’ button, you will need to add some custom CSS to your site.

    You can do this by going to Appearance > Customize > Additional CSS in your WordPress dashboard and adding the following code:

    .woocommerce-message {
        display: none !important;
    }

    This will hide both the message and the button from your product pages. Please note that, this may also end up hiding other WooCommerce Messages too and may not be ideal.

    As for AJAX on the shopping basket, if it’s already activated, it should work properly. If you’re experiencing issues with it, please provide more details so we can assist further.

    Remember to clear your site and browser caches after making these changes to ensure they take effect.

    Please let us know if you have any other questions or need further assistance.

    Thread Starter penelope323

    (@penelope323)

    Thank you – that worked!

    Hi @penelope323,

    I’m glad we were able to help! If you have a few minutes, we’d love if you could leave us a review: https://wordpress.org/support/plugin/woocommerce/reviews/.

    Thread Starter penelope323

    (@penelope323)

    This reply was timely and clear and worked. It was appreciated.

    Previous woo-commerce replies in other areas are not always helpful and replies take too much time. The impression I get is that the agent just wants to delay answering, for questions are asked for extra information ( often more than once for the same information) and seem irrelevant.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Extraneous button’ is closed to new replies.