Wine Barrel Chair Brown
${function() {
const variantData = data.variant || {"id":"a1b29cbc-4492-494e-ae6e-8b5d59ffe212","product_id":"e80aaba4-1f71-405e-9c37-ed9c43e216a0","title":"Brown","weight_unit":"kg","inventory_quantity":1000,"sku":"sku2118838622719","barcode":"","position":1,"option1":"Brown","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/870e6abc8cf50e4d4c8f6b320a4d1423.jpeg","path":"870e6abc8cf50e4d4c8f6b320a4d1423.jpeg","width":4032,"height":3024,"alt":"","aspect_ratio":1.3333333333333333},"wholesale_price":[{"price":12.63,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"12.63","retail_price":"0","available":true,"url":"\/products\/wine-barrel-chair-brown_7ff828b7?variant=a1b29cbc-4492-494e-ae6e-8b5d59ffe212","available_quantity":1000,"options":[{"name":"Chair Color","value":"Brown"}],"off_ratio":0,"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":"a1b29cbc-4492-494e-ae6e-8b5d59ffe212","product_id":"e80aaba4-1f71-405e-9c37-ed9c43e216a0","title":"Brown","weight_unit":"kg","inventory_quantity":1000,"sku":"sku2118838622719","barcode":"","position":1,"option1":"Brown","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/870e6abc8cf50e4d4c8f6b320a4d1423.jpeg","path":"870e6abc8cf50e4d4c8f6b320a4d1423.jpeg","width":4032,"height":3024,"alt":"","aspect_ratio":1.3333333333333333},"wholesale_price":[{"price":12.63,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"12.63","retail_price":"0","available":true,"url":"\/products\/wine-barrel-chair-brown_7ff828b7?variant=a1b29cbc-4492-494e-ae6e-8b5d59ffe212","available_quantity":1000,"options":[{"name":"Chair Color","value":"Brown"}],"off_ratio":0,"flashsale_info":[],"sales":0};
return `
`
}()}