${function() {
const variantData = data.variant || {"id":"2218e127-d8ca-4201-ae6e-7c02c9f49d00","product_id":"5a2d445a-a45b-4fc1-b55e-833d9356117c","title":"Pale Green-S","weight_unit":"kg","inventory_quantity":0,"sku":"SLRO7FHW-0025","barcode":"","position":1,"option1":"Pale Green","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/1da7697711328ba94d6a3122cc98cf66.jpg","path":"1da7697711328ba94d6a3122cc98cf66.jpg","width":600,"height":800,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":29.98,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"29.98","retail_price":"0","available":true,"url":"\/products\/soft-loose-solid-color-dreams-jumpsuit-pin?variant=2218e127-d8ca-4201-ae6e-7c02c9f49d00","available_quantity":999999999,"options":[{"name":"Color","value":"Pale Green"},{"name":"Size","value":"S"}],"off_ratio":0,"flashsale_info":[],"sales":0};
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 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.