Portable Winter Air Heater
${function() {
const variantData = data.variant || {"id":"ccc15acc-e894-45af-a33a-b88c264f2d7b","product_id":"d25016ff-e937-4b44-be7d-b6097e4d3946","title":"Black with remote control","weight_unit":"kg","inventory_quantity":1000,"sku":"sku2118838312985","barcode":"","position":1,"option1":"Black with remote control","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/2e0d76879f44907fa6786958d0cccf61.jpeg","path":"2e0d76879f44907fa6786958d0cccf61.jpeg","width":1000,"height":1000,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":16.9,"min_quantity":1}],"weight":"0","compare_at_price":"70","price":"16.9","retail_price":"70","available":true,"url":"\/products\/portable-winter-air-heater-w102505?variant=ccc15acc-e894-45af-a33a-b88c264f2d7b","available_quantity":1000,"options":[{"name":"Color","value":"Black with remote control"}],"off_ratio":76,"flashsale_info":[],"sales":0};
const saveType = "percentage";
const productLabelDiscountOn = true;
return `
-
${saveType == 'percentage'
? `-${variantData.off_ratio}%`
: `-`
}
`;
}()}
${function() {
const minInventory = parseInt('3');
const maxInventory = parseInt('88');
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 `
`;
}()}
${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":"ccc15acc-e894-45af-a33a-b88c264f2d7b","product_id":"d25016ff-e937-4b44-be7d-b6097e4d3946","title":"Black with remote control","weight_unit":"kg","inventory_quantity":1000,"sku":"sku2118838312985","barcode":"","position":1,"option1":"Black with remote control","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/2e0d76879f44907fa6786958d0cccf61.jpeg","path":"2e0d76879f44907fa6786958d0cccf61.jpeg","width":1000,"height":1000,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":16.9,"min_quantity":1}],"weight":"0","compare_at_price":"70","price":"16.9","retail_price":"70","available":true,"url":"\/products\/portable-winter-air-heater-w102505?variant=ccc15acc-e894-45af-a33a-b88c264f2d7b","available_quantity":1000,"options":[{"name":"Color","value":"Black with remote control"}],"off_ratio":76,"flashsale_info":[],"sales":0};
return `
`
}()}