|
Server : Apache/2.2.22 (Unix) mod_ssl/2.2.22 OpenSSL/1.0.0-fips mod_auth_passthrough/2.1 mod_bwlimited/1.4 System : Linux server.jackjohnson.com 2.6.32-279.5.2.el6.x86_64 #1 SMP Fri Aug 24 01:07:11 UTC 2012 x86_64 User : jackjohn ( 502) PHP Version : 5.3.17 Disable Function : NONE Directory : /home/jackjohn/public_html/cgi-bin/sc/templates/includes/ |
Upload File : |
##
## Mini cart options are "ItemCount" "SubTotal"
##
[-- VAR.Mini "no" --]
[-- IF STORE.Type "PROFESSIONAL" --][-- IF MINICART --][-- IF VAR.Mini "SubTotal" --]
<a href="[-- SHOPPING_CART_URL --]" id="lsmini" rel="nofollow">[-- STORE.ViewCartText --]</a><script type="text/javascript">var mcarea = document.getElementById('lsmini');if (cqnty != "undefined" && cqnty != "null" && cqnty > 0) {itmtxt='[-- STORE.Item --]'; if (cqnty > 1) {itmtxt='[-- STORE.Items --]'}; mcarea.innerHTML='<span class="miniQty">'+cqnty+'</span><span class="miniItems">'+itmtxt+'</span><span class="miniSubtotal">[-- STORE.CurrencySymbol --]'+ctotal+'</span>';}</script>[-- VAR.Mini "yes" --]
[-- ELSE --]
<a href="[-- SHOPPING_CART_URL --]" id="lsmini" rel="nofollow">[-- STORE.ViewCartText --]</a><script type="text/javascript">var mcarea = document.getElementById('lsmini');if (cqnty != "undefined" && cqnty != "null" && cqnty > 0) {itmtxt='[-- STORE.Item --]'; if (cqnty > 1) {itmtxt='[-- STORE.Items --]'}; mcarea.innerHTML='<span class="miniQty qtyOnly">'+cqnty+'</span>';}</script>[-- VAR.Mini "yes" --]
[-- END_IF --][-- END_IF --][-- END_IF --]
[-- IF VAR.Mini "no" --]<a href="[-- SHOPPING_CART_URL --]" id="lsmini" rel="nofollow">[-- STORE.ViewCartText --]</a>[-- END_IF --]