Hi,
wie have a base product price (say 100) and different options. Now we want to recalculate the product price by an attributes coefficient like:
– Age 10 Years: 100*0,8 = 80
– Age 15 Years: 100*0,9 = 90
– Age 20 Years: 100*1 = 100
In words: if a user select the age attribute “15 years” the new price is 90,00
This mus go with additional metas from ppom with fixed prices. For example we have colors like:
– Age 10 years (wich product price is 80) + color (10): new price = 90
– Age 15 years (wich product price is 90) + color (10): new price = 100
– Age 20 years (wich product price is 100) + color (10): new price = 110
How do i do that?
Best wishes