Is it possible to handle quantity discounts with SimpleCart?
Greetings,
Martin
Is it possible to handle quantity discounts with SimpleCart?
Greetings,
Martin
Hi Martin,
Unfortunately I can’t seem to find a way for it. There are various ways of assigning discounts including user/user group and coupon codes, but nothing to automatically apply discounts based on the quantity of products.
The closest thing I can think of is using a coupon code.
Mark,
if I’d like to try to extend the SimpleCart core with a “product quantity discount” feature, could you point me to the right direction?
I think we will need an additional table which stores the quantity discounts for each product. And the discount calculation could take place at the same time other discounts are calculated.