${function() {
const variantData = data.variant || {"id":"8d958892-2703-4342-9df3-f0cbbe11e018","product_id":"1e0d4d53-7a09-478d-99c3-d149272e65f8","title":"S-Skin*5","weight_unit":"kg","inventory_quantity":1000,"sku":"sku1684734034440","barcode":"","position":1,"option1":"S","option2":"Skin*5","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/0bf32c6a8eed8d38bbc0b728dbca05ee.jpeg","path":"0bf32c6a8eed8d38bbc0b728dbca05ee.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":50.99,"min_quantity":1}],"weight":"0","compare_at_price":"80.99","price":"50.99","retail_price":"80.99","available":true,"url":"\/products\/5-pcs-100-cotton-high-waist-lace-panties?variant=8d958892-2703-4342-9df3-f0cbbe11e018","available_quantity":1000,"options":[{"name":"Size","value":"S"},{"name":"COLOR","value":"Skin*5"}],"off_ratio":37,"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 tipText = "Please select a {{ name }}".replace(/\{\{\s+name\s+\}\}/g, data);
return `${tipText}
`
}()}
Product was out of stock.
Product is unavailable.
${function(){
const variantData = data.variant || {"id":"8d958892-2703-4342-9df3-f0cbbe11e018","product_id":"1e0d4d53-7a09-478d-99c3-d149272e65f8","title":"S-Skin*5","weight_unit":"kg","inventory_quantity":1000,"sku":"sku1684734034440","barcode":"","position":1,"option1":"S","option2":"Skin*5","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/0bf32c6a8eed8d38bbc0b728dbca05ee.jpeg","path":"0bf32c6a8eed8d38bbc0b728dbca05ee.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":50.99,"min_quantity":1}],"weight":"0","compare_at_price":"80.99","price":"50.99","retail_price":"80.99","available":true,"url":"\/products\/5-pcs-100-cotton-high-waist-lace-panties?variant=8d958892-2703-4342-9df3-f0cbbe11e018","available_quantity":1000,"options":[{"name":"Size","value":"S"},{"name":"COLOR","value":"Skin*5"}],"off_ratio":37,"flashsale_info":[],"sales":0};
return `
`
}()}
people are viewing this right now
${function() {
const minInventory = parseInt('10');
const maxInventory = parseInt('20');
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 `
`;
}()}