Crosswinds vase with white orchids and palm
${function() {
const variantData = data.variant || {"id":"faada14c-5f74-46cc-8676-29cf8ab6e23f","product_id":"af634089-f08a-4e47-b6c4-59df22954f45","title":"","weight_unit":"kg","inventory_quantity":999,"sku":"","barcode":"","position":1,"option1":"","option2":"","option3":"","note":"","image":null,"wholesale_price":[{"price":5.98,"min_quantity":1}],"weight":"0","compare_at_price":"37","price":"5.98","retail_price":"37","available":true,"url":"\/products\/https-cfadesigngroup-com-products-crosswinds-vase-with-white-orchids-and-palm?variant=faada14c-5f74-46cc-8676-29cf8ab6e23f","available_quantity":999999999,"options":[],"off_ratio":84,"flashsale_info":[],"sales":99};
const saveType = "percentage";
const productLabelDiscountOn = true;
return `
-
${saveType == 'percentage'
? `-${variantData.off_ratio}%`
: `-`
}
`;
}()}
${function() {
const minInventory = parseInt('3');
const maxInventory = parseInt('88');
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 `
`;
}()}
Product was out of stock.
Product is unavailable.
${function(){
const variantData = data.variant || {"id":"faada14c-5f74-46cc-8676-29cf8ab6e23f","product_id":"af634089-f08a-4e47-b6c4-59df22954f45","title":"","weight_unit":"kg","inventory_quantity":999,"sku":"","barcode":"","position":1,"option1":"","option2":"","option3":"","note":"","image":null,"wholesale_price":[{"price":5.98,"min_quantity":1}],"weight":"0","compare_at_price":"37","price":"5.98","retail_price":"37","available":true,"url":"\/products\/https-cfadesigngroup-com-products-crosswinds-vase-with-white-orchids-and-palm?variant=faada14c-5f74-46cc-8676-29cf8ab6e23f","available_quantity":999999999,"options":[],"off_ratio":84,"flashsale_info":[],"sales":99};
return `
`
}()}