people are viewing this right now
${function() {
const variantData = data.variant || {"id":"fdf839b0-aa41-4db7-919c-e4041edb313f","product_id":"1c4edf3e-087c-45b2-80eb-3d5ab55da209","title":"","weight_unit":"kg","inventory_quantity":1000,"sku":"sku1677824891660","barcode":"","position":1,"option1":"","option2":"","option3":"","note":"","image":null,"wholesale_price":[{"price":28.89,"min_quantity":1}],"weight":"0","compare_at_price":"37.9","price":"28.89","retail_price":"37.9","available":true,"url":"\/products\/anais-silver-necklace-128167?variant=fdf839b0-aa41-4db7-919c-e4041edb313f","available_quantity":999999999,"options":[],"off_ratio":24,"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 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":"fdf839b0-aa41-4db7-919c-e4041edb313f","product_id":"1c4edf3e-087c-45b2-80eb-3d5ab55da209","title":"","weight_unit":"kg","inventory_quantity":1000,"sku":"sku1677824891660","barcode":"","position":1,"option1":"","option2":"","option3":"","note":"","image":null,"wholesale_price":[{"price":28.89,"min_quantity":1}],"weight":"0","compare_at_price":"37.9","price":"28.89","retail_price":"37.9","available":true,"url":"\/products\/anais-silver-necklace-128167?variant=fdf839b0-aa41-4db7-919c-e4041edb313f","available_quantity":999999999,"options":[],"off_ratio":24,"flashsale_info":[],"sales":0};
return `
`
}()}