• Default avatar
    rago    
     11 years ago
    0

    Hi,


    administrator/components/com_awocoupon/views/import/tmpl/default.php
    in line 18, after font-weight, should change ; to :


    version: AwoCoupon Pro 2.1.3

    Best regards,


    Chris.Hsu
  • Your avatar
    seyi    
     11 years ago
    0

    Thank you Chris, this has been noted and will be in the next version.
  • Default avatar
    rago    
     11 years ago
    0

    Hi,

    administrator/components/com_awocoupon/helpers/awolibrary.php
    1. static function installplugin($estore)
    2. static function uninstallplugin($estore)

    both of these two function have if (!count($files)) continue;
    but it's not in foreach, why use continue, not use return false/true ??


    Best regards,


    Chris Hsu
  • Your avatar
    seyi    
     11 years ago
    0

    they are not needed (used to be in a loop), but it does not hurt anything either.