24
${function() {
const variantData = data.variant || {"id":"f0e1f3e1-e3fd-4fc7-8d4c-0c539241f021","product_id":"be3a0916-914f-4382-862f-b554e6feedba","title":"Default Title","weight_unit":"kg","inventory_quantity":1000,"sku":"sku2118838569657","barcode":"","position":1,"option1":"Default Title","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/8035a5fba568902eec9b72ff7aeff45f.jpeg","path":"8035a5fba568902eec9b72ff7aeff45f.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":10.99,"min_quantity":1}],"weight":"0","compare_at_price":"430","price":"10.99","retail_price":"430","available":true,"url":"\/products\/24-large-dual-zone-wine-beverage-cooler-refrigerator-built-in-freestanding-beer-fridge-wine-cellar-w102510?variant=f0e1f3e1-e3fd-4fc7-8d4c-0c539241f021","available_quantity":1000,"options":[{"name":"Title","value":"Default Title"}],"off_ratio":97,"flashsale_info":[],"sales":0};
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 `
`;
}()}
${function(){
const tipText = "Please select a {{ name }}".replace(/\{\{\s+name\s+\}\}/g, data);
return `${tipText}
`
}()}
Product was out of stock.
Product is unavailable.
${function(){
const variantData = data.variant || {"id":"f0e1f3e1-e3fd-4fc7-8d4c-0c539241f021","product_id":"be3a0916-914f-4382-862f-b554e6feedba","title":"Default Title","weight_unit":"kg","inventory_quantity":1000,"sku":"sku2118838569657","barcode":"","position":1,"option1":"Default Title","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/8035a5fba568902eec9b72ff7aeff45f.jpeg","path":"8035a5fba568902eec9b72ff7aeff45f.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":10.99,"min_quantity":1}],"weight":"0","compare_at_price":"430","price":"10.99","retail_price":"430","available":true,"url":"\/products\/24-large-dual-zone-wine-beverage-cooler-refrigerator-built-in-freestanding-beer-fridge-wine-cellar-w102510?variant=f0e1f3e1-e3fd-4fc7-8d4c-0c539241f021","available_quantity":1000,"options":[{"name":"Title","value":"Default Title"}],"off_ratio":97,"flashsale_info":[],"sales":0};
return `
`
}()}