Toilet Night Light
${function() {
const variantData = data.variant || {"id":"21c06358-06d5-4f01-a5e4-0c2d4d31bc69","product_id":"7d5aef38-2268-40b5-b6ae-d68f74da7e3b","title":"Default Title","weight_unit":"kg","inventory_quantity":1000,"sku":"sku2118838758459","barcode":"","position":1,"option1":"Default Title","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/81ce7791953bcb73971c062b8347827a.jpeg","path":"81ce7791953bcb73971c062b8347827a.jpeg","width":810,"height":810,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":10.69,"min_quantity":1}],"weight":"0","compare_at_price":"50","price":"10.69","retail_price":"50","available":true,"url":"\/products\/toilet-night-light-w102480?variant=21c06358-06d5-4f01-a5e4-0c2d4d31bc69","available_quantity":1000,"options":[{"name":"Title","value":"Default Title"}],"off_ratio":79,"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":"21c06358-06d5-4f01-a5e4-0c2d4d31bc69","product_id":"7d5aef38-2268-40b5-b6ae-d68f74da7e3b","title":"Default Title","weight_unit":"kg","inventory_quantity":1000,"sku":"sku2118838758459","barcode":"","position":1,"option1":"Default Title","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/81ce7791953bcb73971c062b8347827a.jpeg","path":"81ce7791953bcb73971c062b8347827a.jpeg","width":810,"height":810,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":10.69,"min_quantity":1}],"weight":"0","compare_at_price":"50","price":"10.69","retail_price":"50","available":true,"url":"\/products\/toilet-night-light-w102480?variant=21c06358-06d5-4f01-a5e4-0c2d4d31bc69","available_quantity":1000,"options":[{"name":"Title","value":"Default Title"}],"off_ratio":79,"flashsale_info":[],"sales":0};
return `
`
}()}