${function() {
const variantData = data.variant || {"id":"84fb2d2d-837b-46ee-b567-03fee334067f","product_id":"ac6117bc-5751-4378-895c-6de6c68756f0","title":"black-38C\/85C","weight_unit":"kg","inventory_quantity":1000,"sku":"sku1684734053803","barcode":"","position":1,"option1":"black","option2":"38C\/85C","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/747a079ad6492b31d5f56c93d3440779.jpeg","path":"747a079ad6492b31d5f56c93d3440779.jpeg","width":1000,"height":1000,"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\/22607609?variant=84fb2d2d-837b-46ee-b567-03fee334067f","available_quantity":1000,"options":[{"name":"Color","value":"black"},{"name":"Size","value":"38C\/85C"}],"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":"84fb2d2d-837b-46ee-b567-03fee334067f","product_id":"ac6117bc-5751-4378-895c-6de6c68756f0","title":"black-38C\/85C","weight_unit":"kg","inventory_quantity":1000,"sku":"sku1684734053803","barcode":"","position":1,"option1":"black","option2":"38C\/85C","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/747a079ad6492b31d5f56c93d3440779.jpeg","path":"747a079ad6492b31d5f56c93d3440779.jpeg","width":1000,"height":1000,"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\/22607609?variant=84fb2d2d-837b-46ee-b567-03fee334067f","available_quantity":1000,"options":[{"name":"Color","value":"black"},{"name":"Size","value":"38C\/85C"}],"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 `
`;
}()}