Apply Discount only on PriceWithoutTax


  • Default avatar
    it9100    
     10 years ago
    0

    Is it possible to apply coupon discounts only on PriceWithoutTax?

    I want to avoid to apply discount on taxes


    thanks
  • Your avatar
    seyi    
     10 years ago
    0

    Hello,

    Yes, with AwoCoupon you can set how the discount is calculated, either before or after tax.
  • Default avatar
    it9100    
     10 years ago
    0

    My settings:

    Calculate the discount before tax (Coupons) = "Yes"

    ------------------------------------
    CASE 1: Percent Coupon
    ------------------------------------
    1 Product in cart:
    Price = 50,00 €
    Tax = 10 € (20%)
    Total = 60 €

    Coupon = 10%

    Discount = -6 € (instead of 5)

    ------------------------------------
    CASE 2: Amount Coupon
    ------------------------------------
    1 Product in cart:
    Price = 50,00 €
    Tax = 10 € (20%)
    Total = 60 €

    Coupon = 1 €

    Discount = -1,20 € (instead of 1)



    Should I change somethng else in AwoCoupon configurations?
    Should I change somethng in Virtuemart product settings?

    thanks
  • Your avatar
    seyi    
     10 years ago
    0

    Ok,

    I will explain the amount discount as it is eaisier. This is correct for discount before tax. If it was discount after tax, then the total discount would be 1. But for discount before tax:
    the
    Product price: 50
    Product after discount: 49
    Product total after discount including tax: 58.80
    Product total no discount including tax: 60.
    Total discount: 60-58.80=1.20

    So discount you are seeing in the front end is the total discount, including any savings because of tax. Now if you look in AwoCoupon history, it should show that the amount discount was 1.