Zen Cart Logo
Forums / General Questions / Double Discounts

Double Discounts

Views: 355

Results 1 to 2 of 2
27 Jul 2011, 3:46 AM
#1
webskipper avatar

webskipper

Totally Zenned

Join Date:
Nov 2007
Location:
USA
Posts:
876
Plugin Contributions:
2

Double Discounts

How can I prevent someone from hand jamming 2 discounts into one order?

Any way to program an coupon to be nulled when another discount is detected?

For instance, newsletter discount and a holiday sale discount should not even make it to checkout.

27 Jul 2011, 3:57 AM
#2
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
177

Re: Double Discounts

Zen Cart only allows one coupon to be redeemed against the current order. If you try to redeem another coupon, it replaces the previous one entered.

If you have added custom order-total modules to do additional discounting, you'll need to write custom code to check whether the other modules are in use with the current order.