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 )
Updated by krileon about 1 month ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Implemented in MR !344
Actions