This topic has 4 replies, 2 voices, and was last updated 9 years, 2 months ago ago by Jack Richardson
Hello, when you remove products from the sticky shopping cart from the home page no message is shown. Then, when you navigate to any page of the store, all the messages show up. Messages like “Product removed. Undo?” and the message will not go away sometimes. It even happens in your demos. The messages accumulate per item removed so it looks horrible.
I’m having this problem on my website. Is there a way to change it? I can’t upload a screenshot but you can try it out in any of your demos. For instance: https://www.8theme.com/demo/woopress/furniture/
Add 2-3 products from the homepage, remove them from the sticky shopping cart and then navigate to a product category page, the shopping cart page, or any other store page. You will see all 3 messages shown there.
And by the way, when is the new update with the bug fixes coming out? I’ve had a lot of issues with responsive design and coding.
Thanks
Hello,
You can hide that message using this code in Theme Options > Custom CSS > Global Custom CSS:
.filter-wrap .woocommerce-message {
display: none;
}
Best regards,
Jack Richardson.
Thank you Richard
Hello,
You’re welcome.
Best regards,
Jack Richardson.
The issue related to '‘Removed product from sticky cart bug’' has been successfully resolved, and the topic is now closed for further responses