we have installed Awo Coupon in out Prestashop 1.7.2, but it is not working.


  • Default avatar
    angel_ramon    
     6 years ago
    0

    Hi,
    we have installed Awo Coupon in out Prestashop 1.7.2, but it is not working.

    First problem is that admin menu is not showing for Awo Coupon.

    We find admin url that seems to show Awo Coupon module. Url is this:

    https://solopapelpintado.com/admin480lhvjyt/index.php?controller=AdminAwocoupon

    I attach a screenshot that is showing:

    https://paste.pics/5c331eab4ac23a8a9927da370d5b9581

    Any option is working.

    Can you help with this please?

    Regards,

    Rafa Noguera

  • Your avatar
    seyi    
     6 years ago
    0

    Is this an upgrade or a new install?  If an upgrade what are you upgrading from?

    Not really able to tell what the issue it from the screen shot.  It might be a javascript problem if you inspect element.

    Is it possible to send temp admin access via private message for me to look at?
  • Default avatar
    angel_ramon    
     6 years ago
    0

    Sent mail with the necessary accesses.

    Thank you

  • Your avatar
    seyi    
     6 years ago
    0

    Ok, got it.

    Looking at it, you are using an older version, 3.5.3, which has an https error.  Please use the latest 3.5.3.3.

  • Default avatar
    angel_ramon    
     6 years ago
    0

    Good morning, now it seems that everything is going well, it does not appear in the prestashop menu but it is in quick access and it is also worth it.

    What I've noticed is that the drop-down that I use most does not open, I only have access as a text string when it was first deployed and it was more comfortable and less confusing, it could be repaired,

    The first picture is when you click on the box and the second when you click on the arrows.

    Access to the page is still available.

    Regards, and thank you very much

  • Your avatar
    seyi    
     6 years ago
    0

    Thanks for posting, see the issue.  Will be making an update to Prestashop soon, but in the mean time, here is the fix:

    in the file www/modules/awocoupon/controllers/admin/AdminAwoCouponController.php, at the very end of the file, line 160 is this:
    <?php
            $this
    ->addJqueryUi('ui.datepicker');
    ?>


    Right after that, add this:
    <?php
            $this
    ->addJqueryUi('ui.dialog');
    ?>


    Refresh and that should fix the issue.