LED Bottle Lights
${function() {
const variantData = data.variant || {"id":"16e50480-b4d8-463c-b3fe-8c6058bc33ab","product_id":"f3b61ca4-ad47-43c3-b959-7388b7177e07","title":"Yellow","weight_unit":"g","inventory_quantity":1000,"sku":"'2000064901","barcode":"","position":1,"option1":"Yellow","option2":"","option3":"","note":"","image":null,"wholesale_price":[{"price":9.97,"min_quantity":1}],"weight":"1","compare_at_price":"0","price":"9.97","retail_price":"0","available":true,"url":"\/products\/led-bottle-lights?variant=16e50480-b4d8-463c-b3fe-8c6058bc33ab","available_quantity":999999999,"options":[{"name":"Wattage","value":"Yellow"}],"off_ratio":0,"flashsale_info":[],"sales":0};
const saveType = "percentage";
const productLabelDiscountOn = true;
return `
-
${saveType == 'percentage'
? `-${variantData.off_ratio}%`
: `-`
}
`;
}()}
${function() {
const minInventory = parseInt('10');
const maxInventory = parseInt('50');
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.