conversionfoundry / breeze_commerce

MIT License
1 stars 1 forks source link

Line Items need to keep prices after variant changes #33

Open isaacfreeman opened 12 years ago

isaacfreeman commented 12 years ago

If a variant changes price, it will currently change the price on any associated line items. This includes line items for old orders which should keep the old price.

The line item needs to store the price at time of purchase separately from its variant.