I have product price based on 3 different ways
1) Fixed (single)
2) Vary by the quantity range (
1-100 = $60
101-200 =$55
201-300=$50
301-400=$45
401-500=$40
3) Vary by size
M =$50
L= $60
XL=$70
but one type at a time, so should I create a discount price column with a discount percentage, or just calculate at run time.
Top comments (3)
The way my team works is to have separation.
Tables.
Attribute Discounts override Product Discounts.
If you apply this principal to your data, you would need to extend AttributeDiscounts/ProductDiscounts to accept a min & max items for your bulk discounts.
thanks, Ben I will try this
No worries. Any issues, reply here and I can provide some further guidance. I have notifications turned on.