payment problem in 3.5.9.1


  • Default avatar
    micha    
     3 years ago
    0

    Hello, the user balance is the only payment method possible on my site (discount is always 100%). To control if user has the right amount of balance to complete the order I use Standard VM Payment method with maximum amount of 0.1 - if the user balance will be insufficient to complete the order the payment method will not apply. But in the 3.5.9.1 ver this method no longer works (3.5.9.0 is fine). Please help.


    Regards

  • Your avatar
    seyi    
     3 years ago
    0

    Hello,

    In the file
    www/administrator/components/com_awocoupon/helper/estore/virtuemart/class-awocoupon-helper-estore-virtuemart-discount.php, around line 300 is this:
    <?php
            
    if ( $this->_disable_awocoupon == true ) {
                return;
            }
    ?>

    Delete those lines
  • Default avatar
    micha    
     3 years ago
    0

    works fine now, thanks!