AwoCoupon Gift Certificate Balance Module placement for Hikashop


  • Default avatar
    michael54    
     9 months ago
    0

    I have AwoCoupon for Joomla and use Hikashop for my shopping cart system. I had to move to a new template for my website and now I can not remember how to get the AwoCoupon Customer Balance Module to show "Gift Certificate Balance: Amount  Apply" on the checkout page. I am sure there use to be a comment about installing Regular Labs - Modules Anywhere that would allow the placement of the module at the correct spot in the Hikashop Checkout page by adding something to the Display > Views for the checkout. Now that I need to do this with the new template I can not find where I saw to use Regular Labs - Modules Anywhere. If I set a position for the module it will show up, just not in a good spot. Any help would be great.
  • Your avatar
    seyi    
     9 months ago
    0

    Hello,

    It really depends where on the page you want to display the module.  For example, if you wanted to display it before or after the coupon field, then you would override the file

    www/components/com_hikashop/vews/checkout/tmpl/coupon.php

    And place the module anywhere code in that file.

    If you still have the old template, you can look at your checkout overrides here:
    www/templates/[OLD_TEMPLATE]/html/com_hikashop/checkout/

    To see where you placed it previously.
  • Default avatar
    michael54    
     9 months ago
    0

    That is the area that I want to put it. After the ending span tag I added {module id="123"}  with the correct module ID. I save it and clear the cache on the site and my theme (uses a Gantry 5 template) and it does not show up once I go to the page. I am still working the kinks out since I moved from Gantry 4 to 5 of the template.
  • Your avatar
    seyi    
     9 months ago
    0

    The module itself will only show if you are logged in and the balance feature is enabled in AwoCoupon.  Apart from that verify the correct module id and that the modules anywhere plugin is enabled.  Also you did overwrite to the correct file right:
    www/templates/[YOUR_TEMPLATE]/html/com_hikashop/checkout/coupon.php