people are viewing this right now
${function() {
const variantData = data.variant || {"id":"41174568-986a-4e83-bf4e-b62c430ec36c","product_id":"4477ce1e-407d-4fa9-9f55-ce4a59dfc838","title":"Style 5","weight_unit":"kg","inventory_quantity":1000,"sku":"46670135-style-5","barcode":"","position":1,"option1":"Style 5","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/7a448bc4f269ee217e9af0710d022f71.jpeg","path":"7a448bc4f269ee217e9af0710d022f71.jpeg","width":640,"height":640,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":15.99,"min_quantity":1}],"weight":"0","compare_at_price":"32.98","price":"15.99","retail_price":"32.98","available":true,"url":"\/products\/santa-claus-snowman-lantern-light-merry-christmas-decor-for-home-christmas-tree-ornament-xmas-gifts-navidad-2021-new-year-2022?variant=41174568-986a-4e83-bf4e-b62c430ec36c","available_quantity":999999999,"options":[{"name":"Color","value":"Style 5"}],"off_ratio":52,"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":"41174568-986a-4e83-bf4e-b62c430ec36c","product_id":"4477ce1e-407d-4fa9-9f55-ce4a59dfc838","title":"Style 5","weight_unit":"kg","inventory_quantity":1000,"sku":"46670135-style-5","barcode":"","position":1,"option1":"Style 5","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/7a448bc4f269ee217e9af0710d022f71.jpeg","path":"7a448bc4f269ee217e9af0710d022f71.jpeg","width":640,"height":640,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":15.99,"min_quantity":1}],"weight":"0","compare_at_price":"32.98","price":"15.99","retail_price":"32.98","available":true,"url":"\/products\/santa-claus-snowman-lantern-light-merry-christmas-decor-for-home-christmas-tree-ornament-xmas-gifts-navidad-2021-new-year-2022?variant=41174568-986a-4e83-bf4e-b62c430ec36c","available_quantity":999999999,"options":[{"name":"Color","value":"Style 5"}],"off_ratio":52,"flashsale_info":[],"sales":0};
return `
`
}()}