AWO Rewards 1054 Error


  • Your avatar
    north40soap    
     7 years ago  last edited 7 years ago
    0

    I am using the following configuration: 
    Hikashop Essential 2.6.4
    AWO Coupon Pro 2.5.4
    AWO Rewards 2.3.2
    Joomla! 3.6.5
    PHP 5.6.29
    JCE 2.6.6


    I purchased and installed AWO Rewards but, from time to time I receive the following errors - plural.

    I have searched the documentation, and the Forum for answers but have not found anything that matches.  Does anyone have a thought about how I might fix these errors? 

    AWO Error Image

  • Your avatar
    seyi    
     7 years ago
    0

    Hello,

    In www/administrator/components/com_aworewards/helpers/estore/hikashop/rewardshandler.php, around line 161, please change
                                        AND orders.order_total>='.$wheres['order_min'].'


    to
                                        AND orders.order_full_price>='.$wheres['order_min'].'

  • Your avatar
    north40soap    
     7 years ago  last edited 7 years ago
    0

    Thanks for the code...I will let you know how it works.
    UPDATE:  The issue seems to be gone.


    THANK YOU!!!