AwoRewards 2.0.9 Virtuemart 1.1.9 Social media promotions Like facebook


  • Default avatar
    dario9    
     9 years ago
    0

    I can't run the componente correctly. I have configured the module Promotions but its show only a submit button without images. On submit does not show any errors or message and nothing happen only a refresh of the page.

    In the Menu item Aworewards I can't select any rules which i have created in aworewards.

    Thanks for support.
  • Your avatar
    seyi    
     9 years ago
    0

    Hello,

    Yes, I have made an update to AwoRewards which should fix these issues. Please get latest (2.1.0)

    https://awodev.com/documentation/frequently-asked-questions#install-upgrade
  • Default avatar
    dario9    
     9 years ago
    0

    Thank you Seyi.

    The update resolve the issue.

    But now when the user submit the like,
    the coupon get generated well in the backend,
    but no mail was sent to the user and the page goes blank.

    Can you help me?

    Thank you
  • Your avatar
    seyi    
     9 years ago
    0

    Hello,

    In www/administrator/components/com_aworewards/helpers/estore/virtuemart1/helper.php line 75 is this:
    <?php
        
    static function priceDisplay($amount) {
    ?>


    Right after that add this:
    <?php
            
    if(!isset($GLOBALS['CURRENCY_DISPLAY'])) require_once JPATH_ROOT.'/components/com_virtuemart/virtuemart_parser.php' ;
    ?>


    That should fix the problem