Choreographed Illuminated Galloping Reindeer(Three-Piece Set)
${function() {
const variantData = data.variant || {"id":"17b5cfcd-cc3d-4eb6-95bd-f9b45777c945","product_id":"79d88d8c-0fa6-4563-a96a-94149d5c5267","title":"","weight_unit":"kg","inventory_quantity":1000,"sku":"sku2086834568643","barcode":"","position":1,"option1":"","option2":"","option3":"","note":"","image":null,"wholesale_price":[{"price":33.58,"min_quantity":1}],"weight":"0","compare_at_price":"169","price":"33.58","retail_price":"169","available":true,"url":"\/products\/choreographed-illuminated-galloping-reindeer-zm79?variant=17b5cfcd-cc3d-4eb6-95bd-f9b45777c945","available_quantity":999999999,"options":[],"off_ratio":80,"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":"17b5cfcd-cc3d-4eb6-95bd-f9b45777c945","product_id":"79d88d8c-0fa6-4563-a96a-94149d5c5267","title":"","weight_unit":"kg","inventory_quantity":1000,"sku":"sku2086834568643","barcode":"","position":1,"option1":"","option2":"","option3":"","note":"","image":null,"wholesale_price":[{"price":33.58,"min_quantity":1}],"weight":"0","compare_at_price":"169","price":"33.58","retail_price":"169","available":true,"url":"\/products\/choreographed-illuminated-galloping-reindeer-zm79?variant=17b5cfcd-cc3d-4eb6-95bd-f9b45777c945","available_quantity":999999999,"options":[],"off_ratio":80,"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 `
`;
}()}