Generate coupon based on amunt purchased


  • Default avatar
    francisco0    
     6 years ago
    0

    Hello,

    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

  • Your avatar
    seyi    
     6 years ago
    0

    Hello,

    You can use a parent coupon:

    Coupon A: 10% discount
    Coupon B: 25% discount minimum value $100
    .......
    Coupon E: 40% discount minimum value $400
    Coupon X: parent coupon, add all the coupons created above, order from highest value to lowest, and set discount type to first that applies.

    Then give out coupon X.

  • Default avatar
    francisco0    
     6 years ago
    0

    Hello Seyi, thanks a lot. It is working!!!

    Now I need to enable that parent coupon as an Automatic Discount. Is that possible?

    Regards
  • Your avatar
    seyi    
     6 years ago
    0

    Hello,

    Yes, in admin, go to awocoupon->coupons->automatic discounts and add the parent coupon there.
  • Default avatar
    francisco0    
     6 years ago
    0

    Hello Seyi!

    I had tried that before and now again and it is not possible. It works for regular coupons, but not for the parent coupon.

    How can I send you screenshots? Or maybe admin access so you can check this?

    Best regards
  • Your avatar
    seyi    
     6 years ago
    0

    Hello,

    Yes, you can send a private message with admin access to have a look.
  • Default avatar
    isaac79    
     3 years ago
    0

    Hi Seyi,


    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


  • Default avatar
    isaac79    
     3 years ago
    0

    Hi Seyi,


    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 

  • Your avatar
    seyi    
     3 years ago
    0

    I still have admin access so I took a look, and yes, it seems somehow awocoupon is completely disabled, but do not see how.  Have you made changes to the code at all?  Whatever is going on would need to be debugged directly I believe.
  • Default avatar
    isaac79    
     3 years ago  last edited 3 years ago
    0

    Hi Seyi,


    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