people are viewing this right now
${function() {
const variantData = data.variant || {"id":"a9cfc604-21a2-4214-9af2-c8a45872f6a4","product_id":"de3eefe4-e4b9-4f3f-9257-0fa54e4a490f","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\/mini-star-necklace-128167?variant=a9cfc604-21a2-4214-9af2-c8a45872f6a4","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":"a9cfc604-21a2-4214-9af2-c8a45872f6a4","product_id":"de3eefe4-e4b9-4f3f-9257-0fa54e4a490f","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\/mini-star-necklace-128167?variant=a9cfc604-21a2-4214-9af2-c8a45872f6a4","available_quantity":999999999,"options":[],"off_ratio":24,"flashsale_info":[],"sales":0};
return `
`
}()}