Candy corn wreath, ghost wreath, candy corn halloween wreath, halloween wreath, ghost wreath,halloween wreath for front door,halloween decor
${function() {
const variantData = data.variant || {"id":"82a4e9ae-8e34-4dac-b45b-86db92eca97b","product_id":"c0e12792-29b1-480f-b323-b5f70f6091ac","title":"","weight_unit":"kg","inventory_quantity":1000,"sku":"1290688424","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\/candy-corn-wreath-ghost-wreath-candy-1290688423-c8is?variant=82a4e9ae-8e34-4dac-b45b-86db92eca97b","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":"82a4e9ae-8e34-4dac-b45b-86db92eca97b","product_id":"c0e12792-29b1-480f-b323-b5f70f6091ac","title":"","weight_unit":"kg","inventory_quantity":1000,"sku":"1290688424","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\/candy-corn-wreath-ghost-wreath-candy-1290688423-c8is?variant=82a4e9ae-8e34-4dac-b45b-86db92eca97b","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 `
`;
}()}