how can I get a coupon based on amount purchased. Example:
Purchase <= $100 discount 10%
Purchase <= $200 discount 25%
Purchase <= $300 discount 30%
Purchase <= $400 discount 35%
Purchase > $400 discount 40%
Best regards
How to setting for Combination Coupon (previous post call parent coupon)
Coupon A: 10% discount (status: publish)
Coupon B: 25% discount minimum value $100 (status: publish)
.......
Coupon E: 40% discount minimum value $400 (status: publish)
Coupon X: Combination coupon, add all the coupons created above, order from highest value to lowest, and set discount type to first that applies. (status : template)
Rules : Order; Per Order;
Coupon Type : AwoCoupon; Coupon Template: Coupon X; Expiration : 30 days; Email Template: Discount Voucher
Result : Generated Coupon can not found out when Checkout.
thank you, Please advice
I tried create a simple coupon code
test20 ; 20% discount
I tried enter Coupon10 at checkout page; also show same error message, "Coupon code not found. Please try again."; it was is suppose valid and no expiration, but it simply not working.
Lenc
Please help
I have not do any code change, except this one "https://awodev.com/forum/other-applications/aworewards/can-more-than-one-rules-work-at-same-times#post12520",
Before i end this post, I fugure out when I in-activate removed all "allowed cart scenarios" and re-activate only "multi-coupon", "re-order gift certificate last". than AwoCoupon can now recognise generated Coupon Code as usual
Thank you