Toilet Night Light
${function() {
const variantData = data.variant || {"id":"610f9df3-206c-46b4-b497-f8242242e112","product_id":"fe4e13d5-9458-4f9c-a0d0-e5d7b738ba09","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_ccdf8488?variant=610f9df3-206c-46b4-b497-f8242242e112","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":"610f9df3-206c-46b4-b497-f8242242e112","product_id":"fe4e13d5-9458-4f9c-a0d0-e5d7b738ba09","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_ccdf8488?variant=610f9df3-206c-46b4-b497-f8242242e112","available_quantity":1000,"options":[{"name":"Title","value":"Default Title"}],"off_ratio":79,"flashsale_info":[],"sales":0};
return `
`
}()}