Discount on product category if purchases within category exceed amount
-
Hi,
I have the paid version of Conditional Discounts, and it’s working fine. However I want to offer a product which is a build-your-own-earthquake-bag where users can select individual items to create a go-bag. I would like to offer a 10% discount if users select over $100 of items in the go-bag, but not if users select other items from the store amounting to over $100.To put it differently, I have a list of products with category “Custom bag”. I want to offer a 10% discount on all products purchased with this category “Custom bag” if the sum of the products with this category “Custom bag” is over $100.
I created a list with my custom bag products, and tried this using a rule:
If order subtotal is more than $100
AND
If order products in <list>
THEN
provide discount.But it doesn’t work because the order subtitle has to be the subtitle of only the products in that category, not all the products in the order. Is it possible to do this? For example, is it possible to do:
If order subtotal FOR CATEGORY “Custom bag” is more than $100
AND
If order products in <list>
THEN
provide discount.Thanks very much in advance!
mattThe page I need help with: [log in to see the link]
- The topic ‘Discount on product category if purchases within category exceed amount’ is closed to new replies.