people are viewing this right now
${function() {
const variantData = data.variant || {"id":"4533c71f-eba0-4116-aab8-7e8733fa242f","product_id":"b71df073-0de1-4109-be46-da2a63590de2","title":"Style1","weight_unit":"kg","inventory_quantity":1000,"sku":"Stockingstyle-1","barcode":"","position":1,"option1":"Style1","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/2809bf00e59d8001f6ec7d38fd34ec80.jpeg","path":"2809bf00e59d8001f6ec7d38fd34ec80.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":26.99,"min_quantity":1}],"weight":"0","compare_at_price":"49.99","price":"26.99","retail_price":"49.99","available":true,"url":"\/products\/christmas-stockingset-of-3?variant=4533c71f-eba0-4116-aab8-7e8733fa242f","available_quantity":999999999,"options":[{"name":"Color","value":"Style1"}],"off_ratio":46,"flashsale_info":[],"sales":0};
const saveType = "amount";
const saveText = "Save {{saved_amount}}";
const productLabelDiscountOn = true;
return `
-
${saveText.replace('\{\{saved_amount\}\}',
saveType == 'percentage'
? variantData.off_ratio + '%'
: ``
)}
`;
}()}
${function(){
const tipText = "Please select a {{ name }}".replace(/\{\{\s+name\s+\}\}/g, data);
return `${tipText}
`
}()}
${function() {
const minInventory = parseInt('10');
const maxInventory = parseInt('50');
const randomInventory = Math.round(Math.random() * (maxInventory - minInventory)) + minInventory;
const customText = "Only {stock} item(s) left in stock!".replace(/\{stock\}/g, '' + randomInventory + '');
const barWidth = (randomInventory / maxInventory) * 100 + '%';
return `
`;
}()}
Product was out of stock.
Product is unavailable.
${function(){
const variantData = data.variant || {"id":"4533c71f-eba0-4116-aab8-7e8733fa242f","product_id":"b71df073-0de1-4109-be46-da2a63590de2","title":"Style1","weight_unit":"kg","inventory_quantity":1000,"sku":"Stockingstyle-1","barcode":"","position":1,"option1":"Style1","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/2809bf00e59d8001f6ec7d38fd34ec80.jpeg","path":"2809bf00e59d8001f6ec7d38fd34ec80.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":26.99,"min_quantity":1}],"weight":"0","compare_at_price":"49.99","price":"26.99","retail_price":"49.99","available":true,"url":"\/products\/christmas-stockingset-of-3?variant=4533c71f-eba0-4116-aab8-7e8733fa242f","available_quantity":999999999,"options":[{"name":"Color","value":"Style1"}],"off_ratio":46,"flashsale_info":[],"sales":0};
return `
`
}()}