Actions
Feature proposal #9527
openPlan Options: implement support for additive relative prices
Description
all relative prices are multiplicative. This means you get the following results.
( ( price + option_1 ) + ( price + option_2 ) )
With relative prices you'll be able to accomplish the following.
( ( price + option_1 ) + option_2 )
Actions