people are viewing this right now
${function() {
const variantData = data.variant || {"id":"5d1c4407-004c-4c0a-a9d5-d6c2cc0fb5df","product_id":"9a62018c-21af-46d1-b96c-d271ca7082db","title":"Pink (40oz-1200ml)","weight_unit":"kg","inventory_quantity":928,"sku":"sdl-bz-p","barcode":"","position":1,"option1":"Pink (40oz-1200ml)","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/e76525d4ae04dbca0a74d55daa1942d4.jpeg","path":"e76525d4ae04dbca0a74d55daa1942d4.jpeg","width":1920,"height":2560,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":29.99,"min_quantity":1}],"weight":"0","compare_at_price":"59.98","price":"29.99","retail_price":"59.98","available":true,"url":"\/products\/40oz-hello-kitty-stanley?variant=5d1c4407-004c-4c0a-a9d5-d6c2cc0fb5df","available_quantity":999999999,"options":[{"name":"Capacity","value":"Pink (40oz-1200ml)"}],"off_ratio":50,"flashsale_info":[],"sales":115};
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":"5d1c4407-004c-4c0a-a9d5-d6c2cc0fb5df","product_id":"9a62018c-21af-46d1-b96c-d271ca7082db","title":"Pink (40oz-1200ml)","weight_unit":"kg","inventory_quantity":928,"sku":"sdl-bz-p","barcode":"","position":1,"option1":"Pink (40oz-1200ml)","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/e76525d4ae04dbca0a74d55daa1942d4.jpeg","path":"e76525d4ae04dbca0a74d55daa1942d4.jpeg","width":1920,"height":2560,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":29.99,"min_quantity":1}],"weight":"0","compare_at_price":"59.98","price":"29.99","retail_price":"59.98","available":true,"url":"\/products\/40oz-hello-kitty-stanley?variant=5d1c4407-004c-4c0a-a9d5-d6c2cc0fb5df","available_quantity":999999999,"options":[{"name":"Capacity","value":"Pink (40oz-1200ml)"}],"off_ratio":50,"flashsale_info":[],"sales":115};
return `
`
}()}