${function() {
const variantData = data.variant || {"id":"e4db51a2-2ba5-4291-add9-1a4b6843a33e","product_id":"9599d92d-824b-4b53-bd38-4785c83fb79f","title":"M-RANDOM * 4 PCS","weight_unit":"kg","inventory_quantity":1000,"sku":"sku1684734025619","barcode":"","position":1,"option1":"M","option2":"RANDOM * 4 PCS","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/a2ff5258d1913f60ce2df9d5d6114a03.jpeg","path":"a2ff5258d1913f60ce2df9d5d6114a03.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":40.99,"min_quantity":1}],"weight":"0","compare_at_price":"50.99","price":"40.99","retail_price":"50.99","available":true,"url":"\/products\/4-pcs-high-waist-cotton-antibacterial-panties?variant=e4db51a2-2ba5-4291-add9-1a4b6843a33e","available_quantity":1000,"options":[{"name":"size","value":"M"},{"name":"COLOR","value":"RANDOM * 4 PCS"}],"off_ratio":20,"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":"e4db51a2-2ba5-4291-add9-1a4b6843a33e","product_id":"9599d92d-824b-4b53-bd38-4785c83fb79f","title":"M-RANDOM * 4 PCS","weight_unit":"kg","inventory_quantity":1000,"sku":"sku1684734025619","barcode":"","position":1,"option1":"M","option2":"RANDOM * 4 PCS","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/a2ff5258d1913f60ce2df9d5d6114a03.jpeg","path":"a2ff5258d1913f60ce2df9d5d6114a03.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":40.99,"min_quantity":1}],"weight":"0","compare_at_price":"50.99","price":"40.99","retail_price":"50.99","available":true,"url":"\/products\/4-pcs-high-waist-cotton-antibacterial-panties?variant=e4db51a2-2ba5-4291-add9-1a4b6843a33e","available_quantity":1000,"options":[{"name":"size","value":"M"},{"name":"COLOR","value":"RANDOM * 4 PCS"}],"off_ratio":20,"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 `
`;
}()}