List multiple discounts in cart/invoice


  • Default avatar
    zorigo    
     5 years ago
    0

    I have two auto discounts for free shipping over $150 and then also an overall 10% discount because they purchased over $250.  Right now it just groups the discount into one "discount" field.  Is it possible to break each discount out in the cart and on the invoice so that they know what they are getting?


    Example:

    Shipping Discount: -$10

    10% OFF: ....-$25

    Currently, the above scenario would just be say "Discount... -$35:

  • Your avatar
    seyi    
     5 years ago
    0

    Hello,

    In the shopping cart, you can override the coupon name that is displayed using the customer_display_text:
    https://awodev.com/documentation/awocoupon-pro/coupons#admin-note

    But this will not show the different values of discount.

    In order to do that, you would have to add custom code to your cart and invoice templates.

    If using AwoCoupon 2.x, here is how you can retrieve the coupon session and display as needed:
    https://awodev.com/forum/awocoupon/suggestion-box/shows-percentage-discount#post5780