${function() {
const variantData = data.variant || {"id":"02e12fd6-d8bc-4d8e-a972-d2f9784fd558","product_id":"20230466-af56-4f30-850b-fb3f56a40215","title":"random*8-S","weight_unit":"kg","inventory_quantity":1000,"sku":"sku1684734021575","barcode":"","position":1,"option1":"random*8","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/4af8de5c56238a7f8e0cafadb9150a5a.jpeg","path":"4af8de5c56238a7f8e0cafadb9150a5a.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":48.99,"min_quantity":1}],"weight":"0","compare_at_price":"70.99","price":"48.99","retail_price":"70.99","available":true,"url":"\/products\/8-pcs-womens-slim-fit-sexy-lace-panties?variant=02e12fd6-d8bc-4d8e-a972-d2f9784fd558","available_quantity":1000,"options":[{"name":"Size","value":"random*8"},{"name":"Color","value":"S"}],"off_ratio":31,"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":"02e12fd6-d8bc-4d8e-a972-d2f9784fd558","product_id":"20230466-af56-4f30-850b-fb3f56a40215","title":"random*8-S","weight_unit":"kg","inventory_quantity":1000,"sku":"sku1684734021575","barcode":"","position":1,"option1":"random*8","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/4af8de5c56238a7f8e0cafadb9150a5a.jpeg","path":"4af8de5c56238a7f8e0cafadb9150a5a.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":48.99,"min_quantity":1}],"weight":"0","compare_at_price":"70.99","price":"48.99","retail_price":"70.99","available":true,"url":"\/products\/8-pcs-womens-slim-fit-sexy-lace-panties?variant=02e12fd6-d8bc-4d8e-a972-d2f9784fd558","available_quantity":1000,"options":[{"name":"Size","value":"random*8"},{"name":"Color","value":"S"}],"off_ratio":31,"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 `
`;
}()}