Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Hello -
We are looking to add a cart banner / popup / notice that is conditional to the cart total value OR total items in cart.
How would i go about implementing such a feature? Is there an app? Or could I just code it in? I do not have Shopify Plus.
I am using the Be Yours Shopify Theme.
Hi @bluewhippet ,
you can achieve it via custom coding in the theme.
editing the code would depend where you want to show it.
you need a pop up code for that you can use bootstrap to create HTML.
https://getbootstrap.com/docs/4.0/components/modal/
Read the cart object and check for
cart.total_price
and put your logic which will show the pop up