${function() {
const variantData = data.variant || {"id":"62c3c1e9-6f0e-4902-aaf8-c504200ef6b4","product_id":"fbda4e9c-0756-4863-82c4-9cf27ec9be9d","title":"Wine red-A-32","weight_unit":"kg","inventory_quantity":1000,"sku":"sku1684734074872","barcode":"","position":1,"option1":"Wine red","option2":"A","option3":"32","note":"","image":{"src":"\/\/img.staticdj.com\/81fec68d3ed66a5b5ebd7b7129b2e091.jpeg","path":"81fec68d3ed66a5b5ebd7b7129b2e091.jpeg","width":1000,"height":1000,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":20.99,"min_quantity":1}],"weight":"0","compare_at_price":"29.99","price":"20.99","retail_price":"29.99","available":true,"url":"\/products\/fallsweet-add-two-cups-padded-push-up-bra-grenn-yellow?variant=62c3c1e9-6f0e-4902-aaf8-c504200ef6b4","available_quantity":1000,"options":[{"name":"Color","value":"Wine red"},{"name":"Cup Size","value":"A"},{"name":"Bands Size","value":"32"}],"off_ratio":30,"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}
`
}()}
${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":"62c3c1e9-6f0e-4902-aaf8-c504200ef6b4","product_id":"fbda4e9c-0756-4863-82c4-9cf27ec9be9d","title":"Wine red-A-32","weight_unit":"kg","inventory_quantity":1000,"sku":"sku1684734074872","barcode":"","position":1,"option1":"Wine red","option2":"A","option3":"32","note":"","image":{"src":"\/\/img.staticdj.com\/81fec68d3ed66a5b5ebd7b7129b2e091.jpeg","path":"81fec68d3ed66a5b5ebd7b7129b2e091.jpeg","width":1000,"height":1000,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":20.99,"min_quantity":1}],"weight":"0","compare_at_price":"29.99","price":"20.99","retail_price":"29.99","available":true,"url":"\/products\/fallsweet-add-two-cups-padded-push-up-bra-grenn-yellow?variant=62c3c1e9-6f0e-4902-aaf8-c504200ef6b4","available_quantity":1000,"options":[{"name":"Color","value":"Wine red"},{"name":"Cup Size","value":"A"},{"name":"Bands Size","value":"32"}],"off_ratio":30,"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 `
`;
}()}