people are viewing this right now
${function() {
const variantData = data.variant || {"id":"019bd4f0-c02e-48ac-baf2-ee71c0bc62eb","product_id":"ad2c878a-4486-425d-a28b-7b29493790da","title":"A","weight_unit":"kg","inventory_quantity":1000,"sku":"","barcode":"","position":1,"option1":"A","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/e83a006a352c988e066f55e6f3ea7864.jpg","path":"e83a006a352c988e066f55e6f3ea7864.jpg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":29.99,"min_quantity":1}],"weight":"0","compare_at_price":"39.99","price":"29.99","retail_price":"39.99","available":true,"url":"\/products\/\ud83c\udf85christmas-promotion-\ud83c\udf85dancing-christmas-hat?variant=019bd4f0-c02e-48ac-baf2-ee71c0bc62eb","available_quantity":999999999,"options":[{"name":"Type","value":"A"}],"off_ratio":25,"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":"019bd4f0-c02e-48ac-baf2-ee71c0bc62eb","product_id":"ad2c878a-4486-425d-a28b-7b29493790da","title":"A","weight_unit":"kg","inventory_quantity":1000,"sku":"","barcode":"","position":1,"option1":"A","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/e83a006a352c988e066f55e6f3ea7864.jpg","path":"e83a006a352c988e066f55e6f3ea7864.jpg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":29.99,"min_quantity":1}],"weight":"0","compare_at_price":"39.99","price":"29.99","retail_price":"39.99","available":true,"url":"\/products\/\ud83c\udf85christmas-promotion-\ud83c\udf85dancing-christmas-hat?variant=019bd4f0-c02e-48ac-baf2-ee71c0bc62eb","available_quantity":999999999,"options":[{"name":"Type","value":"A"}],"off_ratio":25,"flashsale_info":[],"sales":0};
return `
`
}()}