Installing the Hook is very simple. The following steps will guide you through the process:
Unzip the contents of the zip file to a folder on your computer
Upload the entire files in the 'upload' folder to your website - if you experience problems, try uploading in binary mode
IF YOU ARE USING A CUSTOM TEMPLATE YOU HAVE TO MODIFY THE CODE SO IT SUIT YOUR CUSTOM TEMPLATE
========================================================================================================
Template Six
--------------------------------------------------------------------------------------------------------
Search for
<!-- Shopping Cart -->
<div class="pull-right nav">
<a href="cart.php?a=view" class="quick-nav"><i class="fa fa-shopping-cart"></i> <span class="hidden-xs">{$LANG.viewcart} (</span><span id="cartItemCount">{$cartitemcount}</span><span class="hidden-xs">)</span></a>
</div>
Replace it with this code
<!-- Shopping Cart -->
<div class="pull-right nav">
<a href="cart.php?a=view" class="quick-nav"><i class="fa fa-shopping-cart"></i> <span class="hidden-xs">{$LANG.viewcart} {$totalitems} item(s) - {$totalamount}</span></a>
</div>
Buyer Rating
Information |
---|
Version |
2.2.0 |
Framework |
WHMCS |
Created |
24 March 2013 |
Last Update |
03 August 2018 |
Supported Versions |
v6.x.x - v7.0.x - v7.1.x - v7.2.x - v7.3.x - v7.4.x - V7.5.x - V7.6.x |