Halloween wreath, halloween wreath for front door, front door halloween wreath, whimsical halloween wreath, fall wreath, halloween decor
${function() {
const variantData = data.variant || {"id":"5303dc57-411a-4fb5-8528-d3f68c8b1e4d","product_id":"9b2ad3d9-45ca-45e1-bfd8-39597a1573dd","title":"","weight_unit":"kg","inventory_quantity":1000,"sku":"1538302622","barcode":"","position":1,"option1":"","option2":"","option3":"","note":"","image":null,"wholesale_price":[{"price":9.98,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"9.98","retail_price":"0","available":true,"url":"\/products\/halloween-wreath-halloween-wreath-for-1538302621-j2c2?variant=5303dc57-411a-4fb5-8528-d3f68c8b1e4d","available_quantity":999999999,"options":[],"off_ratio":0,"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":"5303dc57-411a-4fb5-8528-d3f68c8b1e4d","product_id":"9b2ad3d9-45ca-45e1-bfd8-39597a1573dd","title":"","weight_unit":"kg","inventory_quantity":1000,"sku":"1538302622","barcode":"","position":1,"option1":"","option2":"","option3":"","note":"","image":null,"wholesale_price":[{"price":9.98,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"9.98","retail_price":"0","available":true,"url":"\/products\/halloween-wreath-halloween-wreath-for-1538302621-j2c2?variant=5303dc57-411a-4fb5-8528-d3f68c8b1e4d","available_quantity":999999999,"options":[],"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 `
`;
}()}