Hi! We want to do a promotion. If you buy item x A...
# general
j
Hi! We want to do a promotion. If you buy item x AND item y, you’ll get 100 USD off. If you buy two of each, you should still get only 100 off. Is this possible? Cant figure it out..
m
Yes this is doable using a workflow
Create a discount item then create a saved search of sales orders that have both item x and y on them Then use the Create Line action in a workflow (after record submit) to add your discount item with a qty 1 and rate or $100
j
Hi Thank you. But what if the order contains more items? The discount, in reports, will on be applied to the item right above the discount item.
m
Isn’t it just a flat -$100? Won’t a -$100 discount line just take $100 of the order?
If not add a subtotal line first then the discount line
Also you can use a set field value action to set the header discount field to your discount item
That would apply to the whole order
m
I think OP is concerned that additional products may be in the order after the ones that triggered the discount. If the discount line is added as the last line on the order, it would reduce the wrong item.
m
Oh sorry I read it as just a flat $100 off the whole order if x and y are purchased