Single discount code to apply different discount amounts for different product categories
Last updated
Last updated
Let's take the following use case as an example, we are running a storewide sale and want to offer different discount offers for different product categories using a single coupon / automatic discount.
We can take an example to illustrate this logic better
If the product is part of Category A → It gets a 10% discount
If the product is part of Category B → It gets a 20% discount.
You can configure this by creating a product discount on the app with the following configuration to achieve this setup. I've set this up for individual product IDs, but you can set this up using any product identifier (variable) of your choice (e.g. Collection, Product tag)
Please configure the Discount application strategy to use the `ALL` option so that it applies all applicable discounts to the eligable items in the users cart.
Here's a screengrab of how that config would look like on an actual cart :)