${function() {
const variantData = data.variant || {"id":"807f649b-bad9-4b25-8520-bb11c7a4004f","product_id":"c5d19d3b-ea42-4ec7-9ab3-e4f9e418699e","title":"Apricot-32AA\/70AA","weight_unit":"kg","inventory_quantity":1000,"sku":"sku1684734051173","barcode":"","position":1,"option1":"Apricot","option2":"32AA\/70AA","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/ae19ad3ea8a43db8a0a787b7b0fefba8.jpeg","path":"ae19ad3ea8a43db8a0a787b7b0fefba8.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":12.99,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"12.99","retail_price":"0","available":true,"url":"\/products\/22520068?variant=807f649b-bad9-4b25-8520-bb11c7a4004f","available_quantity":1000,"options":[{"name":"Color","value":"Apricot"},{"name":"Size","value":"32AA\/70AA"}],"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":"807f649b-bad9-4b25-8520-bb11c7a4004f","product_id":"c5d19d3b-ea42-4ec7-9ab3-e4f9e418699e","title":"Apricot-32AA\/70AA","weight_unit":"kg","inventory_quantity":1000,"sku":"sku1684734051173","barcode":"","position":1,"option1":"Apricot","option2":"32AA\/70AA","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/ae19ad3ea8a43db8a0a787b7b0fefba8.jpeg","path":"ae19ad3ea8a43db8a0a787b7b0fefba8.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":12.99,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"12.99","retail_price":"0","available":true,"url":"\/products\/22520068?variant=807f649b-bad9-4b25-8520-bb11c7a4004f","available_quantity":1000,"options":[{"name":"Color","value":"Apricot"},{"name":"Size","value":"32AA\/70AA"}],"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 `
`;
}()}