Tax not being deducted after new product added


  • Default avatar
    martin47    
     10 years ago
    0

    Hi we are having problems with your AWO component please can you see this video explaining the problem and let us know how we can fix it, here is the video: http://youtu.be/97WLZQtAnj8

    Many thanks
    Martin
  • Your avatar
    seyi    
     10 years ago
    0

    Hello,

    Took a look and found a solution.

    in www/administrator/components/com_awocoupon/helpers/estore/virtuemart/couponhandler.php, around line 156 is this:
    <?php
            
    if (version_compare($vmversion'2.0.20''>=')) {
    ?>


    Change it to this:
    <?php
            
    if (version_compare($vmversion'2.0.14''>=')) {
    ?>

    That should fix it.

    Another note, if you dont what to enter the exact price, you can enter 100% discount and then set Maximum discount quantity to 1.