people are viewing this right now
${function() {
const variantData = data.variant || {"id":"b317e73a-2b40-4d1b-96b7-031b122a9dfb","product_id":"0a42a539-339c-4f11-bf0e-9625eac8ba5a","title":"A","weight_unit":"kg","inventory_quantity":1000,"sku":"sku1677824891660","barcode":"","position":1,"option1":"A","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\/initial-heart-necklace-128167?variant=b317e73a-2b40-4d1b-96b7-031b122a9dfb","available_quantity":999999999,"options":[{"name":"Style","value":"A"}],"off_ratio":24,"flashsale_info":[],"sales":1};
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":"b317e73a-2b40-4d1b-96b7-031b122a9dfb","product_id":"0a42a539-339c-4f11-bf0e-9625eac8ba5a","title":"A","weight_unit":"kg","inventory_quantity":1000,"sku":"sku1677824891660","barcode":"","position":1,"option1":"A","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\/initial-heart-necklace-128167?variant=b317e73a-2b40-4d1b-96b7-031b122a9dfb","available_quantity":999999999,"options":[{"name":"Style","value":"A"}],"off_ratio":24,"flashsale_info":[],"sales":1};
return `
`
}()}