${function() {
const variantData = data.variant || {"id":"f42c515a-e0f1-4e2b-8636-0a431ffb6164","product_id":"2cb37b6e-9dc6-405f-8b25-9ff188d55e96","title":"Basic Version-Camera Only","weight_unit":"kg","inventory_quantity":0,"sku":"SLRXFNRJ-0006","barcode":"","position":1,"option1":"Basic Version","option2":"Camera Only","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/f04934fcfa77f00a6059b5ade94e0cf6.jpg","path":"f04934fcfa77f00a6059b5ade94e0cf6.jpg","width":480,"height":480,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":34.99,"min_quantity":1}],"weight":"0","compare_at_price":"79.99","price":"34.99","retail_price":"79.99","available":true,"url":"\/products\/hd-1080p-noise-reduction-camera?variant=f42c515a-e0f1-4e2b-8636-0a431ffb6164","available_quantity":999999999,"options":[{"name":"Style","value":"Basic Version"},{"name":"Memory card","value":"Camera Only"}],"off_ratio":56,"flashsale_info":[],"sales":2223};
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.