- [%a2z%]
- [%abandoned_carts%]
- [%active_coupons%]
- [%active_vouchers%]
- [%address_book%]
- [%advert%]
- [%ajax_ship_calculator%]
- [%ajax_suburb_selector%]
- [%asset_url%]
- [%attach_flash_movie%]
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
[%advert type:'text' category:'0' template:'footer'%][%/advert%] |
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
function nRemoveSku(sku) { | |
$("#qty"+ sku).val(0); | |
} | |
function nAddSku(sku) { | |
$("#qty"+sku).val(1); | |
} | |
$(".nUpsellWidget--list--toggle").click(function(){ | |
var isChecked = $(this).attr('checked'); | |
var skuDetails = $(this).attr('data-product'); |
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
[%SET [@hasimage@]%][%asset_url type:'content' id:'[@content_id@]' default:''/%][%/SET%] | |
[%IF [@hasimage@]%]<img src="[%ASSET_URL type:'content' id:'[@content_id@]' default:''%][%END ASSET_URL%]" />[%/IF%] |