The Outdoor 5' Twinkling Nutcracker - Solar energy storage function
${function() {
const variantData = data.variant || {"id":"d512ff3c-6f1b-4761-85cc-f42c17622133","product_id":"177dd24a-cf10-4f3f-84c5-d834136672d1","title":"BUY 1","weight_unit":"kg","inventory_quantity":1000,"sku":"sku2096879015207","barcode":"","position":1,"option1":"BUY 1","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/c9507f60f3df0bdb1104c78c72d0238b.png","path":"c9507f60f3df0bdb1104c78c72d0238b.png","width":839,"height":836,"alt":"","aspect_ratio":1.0035885167464116},"wholesale_price":[{"price":7.5,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"7.5","retail_price":"0","available":true,"url":"\/products\/\u23f0christmas-clearance-sale\u23f0the-outdoor-5-twinkling-nutcracker-solar-energy-storage-function?variant=d512ff3c-6f1b-4761-85cc-f42c17622133","available_quantity":999999999,"options":[{"name":"Quantity","value":"BUY 1"}],"off_ratio":0,"flashsale_info":[],"sales":0};
const saveType = "amount";
const productLabelDiscountOn = true;
return `
-
${saveType == 'percentage'
? `-${variantData.off_ratio}%`
: `-`
}
`;
}()}
${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":"d512ff3c-6f1b-4761-85cc-f42c17622133","product_id":"177dd24a-cf10-4f3f-84c5-d834136672d1","title":"BUY 1","weight_unit":"kg","inventory_quantity":1000,"sku":"sku2096879015207","barcode":"","position":1,"option1":"BUY 1","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/c9507f60f3df0bdb1104c78c72d0238b.png","path":"c9507f60f3df0bdb1104c78c72d0238b.png","width":839,"height":836,"alt":"","aspect_ratio":1.0035885167464116},"wholesale_price":[{"price":7.5,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"7.5","retail_price":"0","available":true,"url":"\/products\/\u23f0christmas-clearance-sale\u23f0the-outdoor-5-twinkling-nutcracker-solar-energy-storage-function?variant=d512ff3c-6f1b-4761-85cc-f42c17622133","available_quantity":999999999,"options":[{"name":"Quantity","value":"BUY 1"}],"off_ratio":0,"flashsale_info":[],"sales":0};
return `
`
}()}
${function() {
const minInventory = parseInt('10');
const maxInventory = parseInt('52');
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 `
`;
}()}