Perfect Christmas ornament - 2 x Nutcracker banner.
${function() {
const variantData = data.variant || {"id":"571e6cbf-9712-48e3-b376-9715f4578286","product_id":"f2ef7bec-e09b-4cfb-ae9f-aac503d31a85","title":"","weight_unit":"kg","inventory_quantity":1000,"sku":"sku2088573152477","barcode":"","position":1,"option1":"","option2":"","option3":"","note":"","image":null,"wholesale_price":[{"price":26.99,"min_quantity":1}],"weight":"0","compare_at_price":"89.98","price":"26.99","retail_price":"89.98","available":true,"url":"\/products\/71-1591296-fsw2?variant=571e6cbf-9712-48e3-b376-9715f4578286","available_quantity":999999999,"options":[],"off_ratio":70,"flashsale_info":[],"sales":0};
const saveType = "amount";
const productLabelDiscountOn = true;
return `
-
${saveType == 'percentage'
? `-${variantData.off_ratio}%`
: `-`
}
`;
}()}
Product was out of stock.
Product is unavailable.
${function(){
const variantData = data.variant || {"id":"571e6cbf-9712-48e3-b376-9715f4578286","product_id":"f2ef7bec-e09b-4cfb-ae9f-aac503d31a85","title":"","weight_unit":"kg","inventory_quantity":1000,"sku":"sku2088573152477","barcode":"","position":1,"option1":"","option2":"","option3":"","note":"","image":null,"wholesale_price":[{"price":26.99,"min_quantity":1}],"weight":"0","compare_at_price":"89.98","price":"26.99","retail_price":"89.98","available":true,"url":"\/products\/71-1591296-fsw2?variant=571e6cbf-9712-48e3-b376-9715f4578286","available_quantity":999999999,"options":[],"off_ratio":70,"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 `
`;
}()}