Crosswinds vase with yellow orchids and palm
${function() {
const variantData = data.variant || {"id":"ae103577-0695-403d-b522-e4a00f08c2f5","product_id":"8378ea69-b781-4f80-badb-9f9335bab8e8","title":"","weight_unit":"kg","inventory_quantity":999,"sku":"","barcode":"","position":1,"option1":"","option2":"","option3":"","note":"","image":null,"wholesale_price":[{"price":3.98,"min_quantity":1}],"weight":"0","compare_at_price":"15","price":"3.98","retail_price":"15","available":true,"url":"\/products\/https-cfadesigngroup-com-products-crosswinds-vase-with-yellow-orchids-and-palm?variant=ae103577-0695-403d-b522-e4a00f08c2f5","available_quantity":999999999,"options":[],"off_ratio":73,"flashsale_info":[],"sales":6};
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":"ae103577-0695-403d-b522-e4a00f08c2f5","product_id":"8378ea69-b781-4f80-badb-9f9335bab8e8","title":"","weight_unit":"kg","inventory_quantity":999,"sku":"","barcode":"","position":1,"option1":"","option2":"","option3":"","note":"","image":null,"wholesale_price":[{"price":3.98,"min_quantity":1}],"weight":"0","compare_at_price":"15","price":"3.98","retail_price":"15","available":true,"url":"\/products\/https-cfadesigngroup-com-products-crosswinds-vase-with-yellow-orchids-and-palm?variant=ae103577-0695-403d-b522-e4a00f08c2f5","available_quantity":999999999,"options":[],"off_ratio":73,"flashsale_info":[],"sales":6};
return `
`
}()}