This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$.addToCartInit({ | |
'cart_id' : 'cartcontents', | |
'target_id': 'cartcontentsheader', | |
'image_rel': 'itmimg', | |
'cart' : { | |
'header': '<div class="thumb_cart"><ul>', | |
'body': '<li><div class="left"><a href="##producturl##" ><img src="##image##" alt="##parent_name## ##name##" width="50px" height="50px"></a></div>' + '<div class="right"><a href="javascript:$.removeCartItem(\'##sku##\');" class="float_right"><img src="/assets/icons/cross.png" alt="Remove From Cart"></a><div class="title"><a href="##producturl##"><b>##qty##</b> x ##parent_name## ##name## <i>##extra##</i></a></div>' + '<div class="price">Price: ##price##</div></div></li>', | |
'body_withunit': '<li><div class="left"><a href="##producturl##" ><img src="##image##" alt="##parent_name## ##name##" width="50px" height="50px"></a></div>' + '<div class="right"><a href="javascript:$.removeCartItem(\'##sku##\');" class="float_right"><img src="/assets/icons/cross.png" alt="Remove From Cart"></a><div class="title"><a href="##producturl##"><b>##baseqty## ##base_u |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<img src="[%BARCODE_URL fn:'barcode' barcode:'[@order_id@]' height:'60' /%]" border="0"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- MXSTORE CUSTOM - SHOW VARIATIONS ON CAT THUMB --> | |
<p class="available"> | |
<!--##[%IF [@store_quantity@] > 0%]##--> | |
<!--##[%list_item_variations id:'[@sku@]'%] | |
[%PARAM *variation_header%]##--> | |
<span>Available: </span> | |
<!--##[%END PARAM%] | |
[%PARAM *variation_body%]##--> | |
<!--##[%IF [@variation_qty@] > 0%]##--> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!--##[%warehouse_qty id:'[@SKU@]'%] | |
[%PARAM *header%]##--> | |
<div class="span4" style="margin:0;"> | |
<!--##[%END PARAM%] | |
[%PARAM *body%]##--> | |
<span class="label label-success">In Stock in [@warehouse_name@]</span> | |
<!--##[%END PARAM%] | |
[%PARAM *footer%]##--> | |
<p><a href="[%URL type:'cms' id:'2114' nohost:'1' /%]" id="availability" class="small">Availability explained?</a></p> | |
</div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<link rel="stylesheet" type="text/css" href="[%NTHEME_ASSET%]css/override.css[%END NTHEME_ASSET%]001" media="all" /> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<img src="[%ASSET_URL type:'content' thumb:'alt_1' id:'[@content_id@]'%][%END ASSET_URL%]"/> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-webkit-appearance:none; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<a href="#" data-toggle="tab" onClick="$('a[href=#reviews]').tab('show'); $('html,body').animate({scrollTop:$('a[href=#reviews]').offset().top}, 600); return false;"> Link Content </a> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[@user:email@] | |
[@user:bill_first_name@] | |
etc... |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script type="text/javascript"> | |
$(document).ready(function() { | |
_gaq.push(["_trackEvent", "Error", "Checkout", "[@info_msg@]"]); | |
}); | |
</script> |
NewerOlder