${function() {
const variantData = data.variant || {"id":"0d4534c5-37f3-4899-88fb-9dd5b4212318","product_id":"7272fcbc-0ed7-4d1c-8707-e8868ec572b8","title":"ONE SIZE-White \/ Crepe \/ Blue Shell","weight_unit":"kg","inventory_quantity":1000,"sku":"sku1684734042258","barcode":"","position":1,"option1":"ONE SIZE","option2":"White \/ Crepe \/ Blue Shell","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/74da96ed05dd359336637a8c7a08f542.jpeg","path":"74da96ed05dd359336637a8c7a08f542.jpeg","width":3000,"height":4000,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":36.99,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"36.99","retail_price":"0","available":true,"url":"\/products\/one-size-cotton-mid-waist-brief-kit-of-3?variant=0d4534c5-37f3-4899-88fb-9dd5b4212318","available_quantity":1000,"options":[{"name":"Size","value":"ONE SIZE"},{"name":"Color","value":"White \/ Crepe \/ Blue Shell"}],"off_ratio":0,"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":"0d4534c5-37f3-4899-88fb-9dd5b4212318","product_id":"7272fcbc-0ed7-4d1c-8707-e8868ec572b8","title":"ONE SIZE-White \/ Crepe \/ Blue Shell","weight_unit":"kg","inventory_quantity":1000,"sku":"sku1684734042258","barcode":"","position":1,"option1":"ONE SIZE","option2":"White \/ Crepe \/ Blue Shell","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/74da96ed05dd359336637a8c7a08f542.jpeg","path":"74da96ed05dd359336637a8c7a08f542.jpeg","width":3000,"height":4000,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":36.99,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"36.99","retail_price":"0","available":true,"url":"\/products\/one-size-cotton-mid-waist-brief-kit-of-3?variant=0d4534c5-37f3-4899-88fb-9dd5b4212318","available_quantity":1000,"options":[{"name":"Size","value":"ONE SIZE"},{"name":"Color","value":"White \/ Crepe \/ Blue Shell"}],"off_ratio":0,"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 `
`;
}()}