All things Shopify and commerce
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
I have a Shopify Store. I want to add a discount feature, for instance if someone by 1 product from the store nothing happens. If someone buy 2 product from the store he gets $20 off. The thing is the discount is not only on same product, discount should work on any other product as well. In simple words someone buying from the store any 2 different products should get $20 off, buying 3 different products should get them $30 off.
Hey, @shaharyar652!
Thanks for connecting with our network! The most efficient way to set something like this up is through a discount or bundle app. Please check out the full list of results right here.
Some popular ones to choose from include:
Make sure to check those out and pick the best fit for your store by comparing pricing, reviews and testimonials.
Olivia | Social Care @ Shopify
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution
- To learn more visit the Shopify Help Center or the Shopify Blog
Hi @shaharyar652,
You could try using the Bundler app. With the Bundler app, you should be able to create a "Volume discount", set the discount rates like you have mentioned and choose the setting "Apply this discount to all products in the shop".
Hi @shaharyar652 ,
You can create a meta object which will have the list of discount codes, this metaobject will also contain the conditions when these discounts will be applied.
now write the custom script or liquid code which will check the conditions present in metaobject and applied the discount automatically.
You can use below URL to apply discount.
http://domain.com/discount/discountcode
hope this will help…
Hey, @shaharyar652!
You can create tiered discounts using the native Shopify discounts. The trick is to create more than one "order" discount that gives a higher discount progressively as the product quantities in the cart increases.
As per your example,
1 - create an automatic order discount that gives an amount of $20 off and set the minimum quantity of products to 2
2 - create another automatic order discount that gives an amount of $30 off and set the minimum quantity of products to 3
3 - continue this as you like, but remember to make sure that none of these discounts are set to combine with other discounts in the "Combinations" settings
The discounts will then only apply the highest discount available as the customer adds items to the cart.
The only drawback with these automatic order discounts is that you have to let your customers know somehow that these discounts are available.
You can do this by adding some static text to your site in the header as an example, or you can use our app Discount Rocket to help exactly with this problem of showing customers which automatic order discounts are available. You can check it out on the app store where we offer a 14 day free trial https://apps.shopify.com/discount-rocket
Hope this information will help you out.