Hi,
How to implement popup for added to cart like this demo ?
https://xstore.8theme.com/elementor/demos/niche-market02/shop/
Also, how to customize the style for it (id \ label for adding custom css)
This topic has 4 replies, 3 voices, and was last updated 7 minutes ago ago by Tony Rodriguez
Hi,
How to implement popup for added to cart like this demo ?
https://xstore.8theme.com/elementor/demos/niche-market02/shop/
Also, how to customize the style for it (id \ label for adding custom css)
Hello @anoop,
You can configure the type of “Added to Cart” notification in the Dashboard by navigating to XStore Options → WooCommerce → Shop Page Layout. Scroll to the bottom and modify the “Product Added Notification” option (https://prnt.sc/6r9Tj5F4WFDF). Set the value to “Popup Type”, and you can also adjust the additional settings for this popup in the same section of the Theme Options.
Such popup has next unique CSS class: .popup-added-to-cart (we suggest to set the ‘body’ selector before such class to ensure styles will overrite the default popup styles)
So you can modify the elements in such popup using next example:
body .popup-added-to-cart {
background: green;
}
Best regards,
Jack Richardson
The 8Theme’s Team
Thanks for the support! My topic “How to implement added to cart popup like demo” has been successfully resolved.
Dear anoop,
It’s great having you in our WordPress & WooCommerce community!
Every insight you share helps us refine XStore and build tools that empower thousands of online store owners worldwide.
Leave Feedback →
(takes less than a minute)
Together, we grow stronger with every release.
Topic closed.
The 8Theme Team
The issue related to '‘How to implement added to cart popup like demo’' has been successfully resolved, and the topic is now closed for further responses