people are viewing this right now
${function() {
const variantData = data.variant || {"id":"f2f40b6f-306f-4c1a-aeae-f102ac8b1374","product_id":"ba9fcc72-b853-4ec8-ba7a-94cc1eddaeba","title":"pink-S","weight_unit":"kg","inventory_quantity":998,"sku":"LY015-pink-S","barcode":"","position":1,"option1":"pink","option2":"S","option3":"","note":"","image":null,"wholesale_price":[{"price":33.99,"min_quantity":1}],"weight":"0","compare_at_price":"35.99","price":"33.99","retail_price":"35.99","available":true,"url":"\/products\/floral-print-sleeveless-sexy-long-dress-tl8ld40a3369-f58f-4d7e-90f4-4fd16e3ac9f66778d811-fa1c-4466-8bd2-7a1bef09d12b?variant=f2f40b6f-306f-4c1a-aeae-f102ac8b1374","available_quantity":999999999,"options":[{"name":"color","value":"pink"},{"name":"size","value":"S"}],"off_ratio":6,"flashsale_info":[],"sales":3};
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 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":"f2f40b6f-306f-4c1a-aeae-f102ac8b1374","product_id":"ba9fcc72-b853-4ec8-ba7a-94cc1eddaeba","title":"pink-S","weight_unit":"kg","inventory_quantity":998,"sku":"LY015-pink-S","barcode":"","position":1,"option1":"pink","option2":"S","option3":"","note":"","image":null,"wholesale_price":[{"price":33.99,"min_quantity":1}],"weight":"0","compare_at_price":"35.99","price":"33.99","retail_price":"35.99","available":true,"url":"\/products\/floral-print-sleeveless-sexy-long-dress-tl8ld40a3369-f58f-4d7e-90f4-4fd16e3ac9f66778d811-fa1c-4466-8bd2-7a1bef09d12b?variant=f2f40b6f-306f-4c1a-aeae-f102ac8b1374","available_quantity":999999999,"options":[{"name":"color","value":"pink"},{"name":"size","value":"S"}],"off_ratio":6,"flashsale_info":[],"sales":3};
return `
`
}()}