${function() {
const variantData = data.variant || {"id":"f2a08d1d-5800-45f0-8e16-23f264720d76","product_id":"9dc85caf-76aa-492c-8ce5-d0b81d2117d4","title":"Box of 12 Masks","weight_unit":"kg","inventory_quantity":1000,"sku":"SLR5Z6G3-0001","barcode":"","position":1,"option1":"Box of 12 Masks","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/2d9f551377c4b2b3fced970c345a8c1d.jpg","path":"2d9f551377c4b2b3fced970c345a8c1d.jpg","width":1600,"height":1600,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":29.99,"min_quantity":1}],"weight":"0.2","compare_at_price":"59.99","price":"29.99","retail_price":"59.99","available":true,"url":"\/products\/glowcado?variant=f2a08d1d-5800-45f0-8e16-23f264720d76","available_quantity":999999999,"options":[{"name":"Size","value":"Box of 12 Masks"}],"off_ratio":50,"flashsale_info":[],"sales":1698};
const saveType = "percentage";
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 minInventory = parseInt('20');
const maxInventory = parseInt('100');
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 `
`;
}()}
people are viewing this right now
Product was out of stock.
Product is unavailable.