What's your biggest current challenge? Have your say in Community Polls along the right column.

Multiple Item discount code

Multiple Item discount code

PassioZen
Visitor
2 0 0

Hello everyone,

 

Could you please lend me a hand. 

I want to add multiple purchase items discounts on my store, the way I want to do it is the same as in this photo on the product page and featured product please. 

 

Kind RegardsScreenshot 2024-04-21 004300.png

Replies 2 (2)

LuffyOnePiece
Shopify Partner
645 93 117

Hi @PassioZen ,

Not 100% sure, but my understanding is that you (I mean your theme code) can't know what discounts apply until you add item to cart and only then this information is available, as not all discounts are as simple as yours.

With some hackish javascript your can do it in background and update the data displayed on the product page, but ...

 

In your case you may be better off by simply outputting the {{ product.price | times: 0.6 | money }} (and so on) based on some condition?

 

Sandeep Pangeni
Need help with your store? sandeeppangeni17@gmail.com
For quick response, Contact In WhatsApp +9779867521184
PassioZen
Visitor
2 0 0

@LuffyOnePiece 

Thanks for your reply. I might not have been quite clear sorry. What I actually need is to set quantity breaks in the landing page under the featured product, found loads of apps that can do this in the product page but none in the landing page under the featured product:(