Halloween wreath, halloween wreath for front door, front door halloween wreath, whimsical halloween wreath, fall wreath, halloween decor
${function() {
const variantData = data.variant || {"id":"2e297703-4efa-403a-939e-adf89d61f33a","product_id":"454fe906-29a0-4c91-b538-682b866aa016","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?variant=2e297703-4efa-403a-939e-adf89d61f33a","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":"2e297703-4efa-403a-939e-adf89d61f33a","product_id":"454fe906-29a0-4c91-b538-682b866aa016","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?variant=2e297703-4efa-403a-939e-adf89d61f33a","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 `
`;
}()}