Wine Barrel Chair Brown
${function() {
const variantData = data.variant || {"id":"ef9b1a98-826f-4cbb-a720-87bc99f6c7e2","product_id":"2e320ac6-c63f-4177-af32-afd130af1d8b","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?variant=ef9b1a98-826f-4cbb-a720-87bc99f6c7e2","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":"ef9b1a98-826f-4cbb-a720-87bc99f6c7e2","product_id":"2e320ac6-c63f-4177-af32-afd130af1d8b","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?variant=ef9b1a98-826f-4cbb-a720-87bc99f6c7e2","available_quantity":1000,"options":[{"name":"Chair Color","value":"Brown"}],"off_ratio":0,"flashsale_info":[],"sales":0};
return `
`
}()}