${function() {
const variantData = data.variant || {"id":"87cd0e1e-e273-4650-8c1c-d0364a35be1f","product_id":"cfc54a02-2454-4bdb-9e09-4f6c06e1fc5e","title":"","weight_unit":"kg","inventory_quantity":0,"sku":"--A002175","barcode":"","position":1,"option1":"","option2":"","option3":"","note":"","image":null,"wholesale_price":[{"price":29.99,"min_quantity":1}],"weight":"0","compare_at_price":"58.99","price":"29.99","retail_price":"58.99","available":true,"url":"\/products\/most-popular-16-moon-vase-with-magnolias?variant=87cd0e1e-e273-4650-8c1c-d0364a35be1f","available_quantity":999999999,"options":[],"off_ratio":49,"flashsale_info":[],"sales":110};
const saveType = "amount";
const saveText = "Save {{saved_amount}}";
const productLabelDiscountOn = true;
return `
-
${saveText.replace('\{\{saved_amount\}\}',
saveType == 'percentage'
? variantData.off_ratio + '%'
: ``
)}
`;
}()}
Free Shipping On Orders Over $39
${function() {
const minInventory = parseInt('9');
const maxInventory = parseInt('12');
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.