Discount condition based on line items #4295
Replies: 1 comment
-
|
What you are likely looking for is a bundled price? Please add your ideas here: #2311 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, our customer would like to discount an accessory if it is bought with the main product.
At the moment i think this is possible via the "Match Order" > "Has Purchasable" > "Product Variant", the issue here is that you can only select one variant but he has a lot of different variants for that product as well as multiple products.
For now i can fix it because its only one accessory he wants to discount so i just reverse the logic:
"Matching Items" selects all main products and "Has Purchasable" selects the accessory and then I just do a Flat amount of order of the accessory price.
Beta Was this translation helpful? Give feedback.
All reactions