Page 1 of 1

Discount in dependency of a productoption

Posted: 28 Jan 2019, 12:44
by Mantra
Hi there,
I want to grant a discount to every customer choosing some product with a special Option.
E.g. I choose the product 'CAR', doesn't matter which, with the option 'with wheeles', so I grant a discount of 20%, without you pay the full price.
I know, this example doesn't make sense, but I hope it shows what I mean.
In the Ph-Cart-options 'Discount' and 'Coupon' I can't find a solution.
Thanks

Re: Discount in dependency of a productoption

Posted: 28 Jan 2019, 13:53
by jrjr
Maybe you could do it the other way around? Car with wheels = base price $100...... Option:Car without wheels = +20%
Just a thought

Re: Discount in dependency of a productoption

Posted: 28 Jan 2019, 15:19
by Mantra
Hello jrjr,
thanks for your suggestion, but it shows me that my example wasn't the best. my fault.
I try again.
- I have a product with a basic price, lets say 100,-- €
- there is an Option for this procduct which lets the price increase for 50,-- €
- the total is 150,--€
- now the discount comes and decreases the total to 125,-- € because the option you choose is the condition for the discount.
If you want, have a look to www.alloula.de, choose SHOP->DIE BOBBEL -> choose any product and find the option LUREXFADEN.
Choose one of them -> the PREIS increase, and this new PREIS is the base for my discount.

Re: Discount in dependency of a productoption

Posted: 29 Jan 2019, 00:35
by Jan
Hi, yes, unfortunately, there is not a discount rule based on option, so such must be customized directly in the code :-(

Or, as jrjr wrote, to somehow count this discount directly to the option :idea:

Jan