i can't make new coupon


  • Default avatar
    stefano7    
     10 years ago
    0

    i have installed awo coupon pro on my joomla site version 2.5.14 with hikashop 2.2
    when i try to create a new coupon i can't view all option in backend gui.
    Thus i can't sat nothing option as value, date, number of coupon as showed in your demo site.
    can anyone help me ?
  • Your avatar
    seyi    
     10 years ago
    0

    Hello,

    I think you are having a javascript error, probably a jquery conflict, probably something similar to this topic:
    https://awodev.com/forum/awocoupon/help-section/cant-make-coupon-hikashop-business-222-coupon-222

    The fix would be to exclude awocoupon from loading the global jquery. I can look at it to verify if you can pm temporary admin access.
  • Your avatar
    seyi    
     10 years ago
    0

    Hello,

    Had a look, and yes the problem is a jquery library is being loaded by something else. Looking in the source code this is the problem line
      <script src="/media/cck/scripts/jquery/js/jquery-1.8.3.min.js" type="text/javascript"></script>


    The jquery file is being loaded from meida/cck. Do you know how to disable this per component? I tried looking through the plugins but did not have any luck there.