Discount Coupon & Tax


  • Default avatar
    Srinivas G    
     10 years ago
    0

    Hi All,

    I am using Joomla 2.5.9, Virtuemart 2.0.22 & AWO Coupon Pro 2.2.0.

    I have created one coupon with value 3000/- , one tax rule called Service Tax with 12.36%(VAT TAX).
    And configured Calculate the discount before tax as 'Yes' ( Because we should apply discount coupon before tax means only on the base price.).
    Now It displays prices as below.


    Product Price Tax Discount Total

    Product1 19999 2471.88 22470.88
    Product2 2000 - 2000
    Product3 7000 - 7000
    VAS -9000 - -9000

    Product Prices result 2471.88 22470.88
    ABCD(Coupon) -370.80 -3370.80


    Total 2101.00 19100.00


    Here it displays the discount value 3370/- (with TAX), but we want to display actual value (3000) of that coupon. Except this it's all fine.

    Any help would be greatly appreciated.
  • Your avatar
    seyi    
     10 years ago
    0

    Hello,

    If i understand correctly the tax and total are correct, its just you want the coupon line to display 3000 and not 3370.80.

    I think this can be done in the template.

    Look in this file:
    www/templates/[your template]/html/com_virtuemart/cart/default_pricelist.php

    If you do not see it, then copy it from
    www/components/com_virtuemart/views/cart/tmpl/default_pricelist.php

    Within it you can search for the coupon keyword and make the edits as you need.