interchange / interchange6-schema

DBIC schema for Interchange 6
8 stars 7 forks source link

Extend PriceModifier to enable percentage discounts to be applied #126

Closed SysPete closed 9 years ago

SysPete commented 9 years ago

Currently PriceModifier allows group/tier/promotion prices to be set but does not allow for these prices to be calculated based on a percentage discount against the Product price.

I'm now looking at extending PriceModifier so that percentage discounts relative to Product price can be set and on change of Product price these discounts will be reapplied to calculate updated modified prices.

Comments please...