How do i make this coupon: Buy 1 item, get 25% off on your SECOND item


  • Default avatar
    eden33    
     6 years ago  last edited 6 years ago
    0

    Hi there :)

    Thanks for the great component, i run hikashop and their coupon system is very ordinary and i need special function. I bought AWO so i could do the following but i cant figure out how.

    What i want is:

    If have 1 item in cart, get SECOND ITEM at 25% off.

    So, if user has this coupon, and adds 2 items to cart, the second item, gets 25% off.

    Please advise how i can do this with AWO, Thanks :)

    Please note, this is not specific to any particular item, so customer can any ANY item to cart, and get ANY second item at 25% off :)
  • Your avatar
    seyi    
     6 years ago
    0

    Hello,

    Use value definition:
    https://awodev.com/documentation/awocoupon-pro/coupons#value-definition

    Type: Step
    quantity              discount
    1                         0
    2                         25%
  • Default avatar
    eden33    
     6 years ago
    0

    Hi,

    So i ahve an interesting problem.

    I tried this and it works great. However, the coupon cannot be applied if there is only 1 item in the cart.

    I want the coupon to still be able to be applied if there is only 1 item in teh cart, however, it would not give a discount.

    This is because i want to offer this using a popup at checkout, which will apply the code to the checkout, then ask the user to continue shopping to add another item. However, with teh current system for some reason i cannot apply the code unless there is two items in the cart.

    How can i allow the system to apply the code, even tho there is only 1 item in the cart (eg, it is still a valid code, it just is not affecting a discount with only 1 item in the cart, so the code should still let it be applied, its just not giving a discount until they add another item).

    I hope this makes sense.


    If not, i will explain an example:

    A buyer goes to checkout with 1 item, our checkout detect if this happen, then pops up window telling buyer of this coupon we cerate with AWO, it will have option for buyer to 'checkout now' or 'continue shopping', at this point the coupon will be be applied to the cart, and the user will go back to shopping, OR, the user will checkout and finish the order.

    Our in house developer is creating the modal nad the fucntion that apply the coupon code on button press, however,  we just want to be able to apply the coupon code itself to the cart and continue shopping, currently it seems that cannot save the cart coupon 1 item is in the cart, perhjaps you can advise how we can force AWO to let us add the coupon even if there is only 1 item in cart with this specific coupon type (eg, the coupon is still valid, it shoudl be ok to apply it, it just not give discount until another item is added which is what our popup notifcation does!)

    thanks for you help :)
  • Your avatar
    seyi    
     6 years ago
    0

    Hello,

    Make a parent coupon:

    Coupon A: 0 value discount coupon
    Coupon B: the value definition coupon
    Coupon C: Parent coupon, where you add both coupons A and B and set process type to 'all that apply'

    Then use coupon C.

    If this is a coupon that should work automatically for all orders, then you do not need the parent coupon, you can add it to the automatic coupon list in AwoCoupon instead.
  • Default avatar
    eden33    
     6 years ago
    0

    Hi there,

    I tried to set this up, but it still does not work.

    here are screenshots of the coupons screens:

    couponA: http://demo.accentuateit.com.au/coupona.jpg
    couponB: http://demo.accentuateit.com.au/couponb.jpg
    couponC: http://demo.accentuateit.com.au/couponc.jpg

    I get: The coupon you entered is not valid

    I setup coupon A, B and C as advised, and try to assign coupon C the parent, however, it comes up with above unless i have 2 items in the cart.

    To clarify the process, i need to be able to add the coupon to the cart even with 1 item in the cart, then when i go back to my shop and add a second item, it should automatically add the correct discount (25% off each additional item up to 5) and keep the coupon in the cart.

    Thanks
  • Your avatar
    seyi    
     6 years ago
    0

    In awocoupon->config, did you set accept 0 value coupons to yes?