${function() {
const variantData = data.variant || {"id":"b826c72a-7685-4124-b0f9-7b0e3581ec3a","product_id":"fbad04f9-add2-44db-9a4b-ae7d168c95ff","title":"Red","weight_unit":"kg","inventory_quantity":0,"sku":"SLRL4BTI-0001","barcode":"","position":1,"option1":"Red","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/b97e755e81ba0c99d74eea5c849270ad.jpg","path":"b97e755e81ba0c99d74eea5c849270ad.jpg","width":302,"height":298,"alt":"","aspect_ratio":1.0134228187919463},"wholesale_price":[{"price":22.99,"min_quantity":1}],"weight":"0","compare_at_price":"59.99","price":"22.99","retail_price":"59.99","available":true,"url":"\/products\/car-solar-powered-car-anti-theft-device-with-aroma-diffuser?variant=b826c72a-7685-4124-b0f9-7b0e3581ec3a","available_quantity":999999999,"options":[{"name":"color","value":"Red"}],"off_ratio":62,"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 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.