• Resolved aapo1

    (@aapo1)


    Hi,

    I would like to delete the option to re-add items to the shopping cart after emptying the item from the cart as seen in this picture https://imgur.com/a/mLhClMq

    The red “Perutaanko?” Button re-adds the item to the shopping cart but if it’s a bundled product, the whole bundle doesn’t add back to the cart. I think an easy solution would be just to delete the button for Re-adding the item to the cart, and just show that “Shopping cart is empty”

    Is it possible?

    Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi there,

    The red “Perutaanko?” Button re-adds the item to the shopping cart but if it’s a bundled product, the whole bundle doesn’t add back to the cart. I think an easy solution would be just to delete the button for Re-adding the item to the cart, and just show that “Shopping cart is empty”

    Is it possible?

    You can try to use the following CSS to see if it does it:

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

    You can place that in your Appearance > Customize > Additional CSS area. If it does not work let us know.

    Thread Starter aapo1

    (@aapo1)

    Thank you for your response!

    This works as intended now, thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Re-adding items to cart after delete’ is closed to new replies.