- This topic has 2 replies, 2 voices, and was last updated 9 years, 3 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP eStore Forum › WP eStore F.A.Q/Instructions › eStore – Multiple Coupons Per Checkout (Allow Coupon Stacking)
WP eStore doesn’t allow coupon stacking by default to prevent sneaky customers from scamming the seller. You can only stack a normal coupon with an automatic discount. Otherwise you get people trying to use coupon after coupon to get the price to $0.00. Standard practice is to allow one coupon (the customer can apply the one that gives them the most savings).
However, if you understand the risk and want your users to be able to apply coupons multiple times in the same transaction then you can do that too.
Do the following to enable coupon stacking:
Open the “eStore_advanced_configs.php” file and look for the following line of code:
define('WP_ESTORE_ALLOW_COUPON_STACKING', '0');
Once you find it replace it with the following:
define('WP_ESTORE_ALLOW_COUPON_STACKING', 1');
Now, your customers will be able to apply coupons as many times as they want in a single cart checkout.
Hi, Any way to only allow them to apply two coupons, not an endless amount of coupons?
We can do a custom job for you to do what you suggested. Use the following option: