This topic has 8 replies, 3 voices, and was last updated 2 months, 3 weeks ago ago by Andrew Mitchell
Hi all,
Please see the attached video. As you can see there is a product in my wishlist, but when I select the ‘Add all to cart’ button, an error comes up almost as if there is no recognition that there is a product in the wishlist?
Any help would be appreciated, thank you.
Hello Applesandcider,
Thank you for reaching out to us and for providing the video detailing the issue you are experiencing with the ‘Add all to cart’ button from your wishlist.
The behavior in your video is correct, for example, try to add a product to Cart from single product page, and you will need to select some values. isn’t it?
Additionally, there is a Read more button, not add to cart https://prnt.sc/H0TtWDC_dy94 on the Wishlist page, because of the same reason.
You can’t add a product to the cart without selecting these parameters – https://prnt.sc/9QjtFaz34XY6
In your case, we can help you remove ‘Add all to cart’ button using the CSS code:
.add-all-products {
display: none;
}
We hope this information is helpful.
Best Regards,
8Theme’s Team
Yes that makes sense apologies, I guess for me it isnt needed then and therefore yes the code is good thank you.
Please see attached, is there an option to remove this button on your theme also?
Thanks!
Hello Applesandcider,
We appreciate your prompt response.
.add-all-products {
display: none !important;
}
Best Regards,
8Theme’s Team
Thank you that worked a treat.
Can you also see wishlist drop down in the screenshot, the bin only appears when you hold down the product for a short while, is that how it’s supposed to be?
Because I am thinking that customers might not realise you need to do that if you wanted to see the bin icon appear, so I just want to make sure there isn’t a standard option to display the bins alongside the products.
Hello Applesandcider,
Thank you for getting in touch with us.
.et-off-canvas .cart-widget-products .remove {
visibility: visible !important;
opacity: 1 !important;
transform: none !important;
}
Best Regards,
8Theme’s Team
That worked, thank you Rose
Dear Applesandcider,
We hope you’re reveling in the experience our theme brings! Your enthusiasm is what fuels our passion. Would you be so kind as to channel that energy into a 5-star rating on ThemeForest? Your feedback is the spark that lights our way!
Click here to spread the love: https://themeforest.net/downloads
Thank you for being an integral part of our journey!
Best Regards,
The 8Theme Team
The issue related to '‘When I have products in my wishlist, ‘Add all to cart’ button doesn’t work’' has been successfully resolved, and the topic is now closed for further responses