BARREL STAVE BAR STOOL
${function() {
const variantData = data.variant || {"id":"b881bebd-0d25-41d6-b968-4da394ff513f","product_id":"5c341bd5-b31a-4d69-acf2-194e4f14fd70","title":"Default Title","weight_unit":"kg","inventory_quantity":1000,"sku":"sku2118838415407","barcode":"","position":1,"option1":"Default Title","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/b697f046d1724429b7b9b2147c2c663d.jpeg","path":"b697f046d1724429b7b9b2147c2c663d.jpeg","width":2000,"height":1500,"alt":"","aspect_ratio":1.3333333333333333},"wholesale_price":[{"price":16.85,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"16.85","retail_price":"0","available":true,"url":"\/products\/barrel-stave-bar-stool?variant=b881bebd-0d25-41d6-b968-4da394ff513f","available_quantity":1000,"options":[{"name":"Title","value":"Default Title"}],"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":"b881bebd-0d25-41d6-b968-4da394ff513f","product_id":"5c341bd5-b31a-4d69-acf2-194e4f14fd70","title":"Default Title","weight_unit":"kg","inventory_quantity":1000,"sku":"sku2118838415407","barcode":"","position":1,"option1":"Default Title","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/b697f046d1724429b7b9b2147c2c663d.jpeg","path":"b697f046d1724429b7b9b2147c2c663d.jpeg","width":2000,"height":1500,"alt":"","aspect_ratio":1.3333333333333333},"wholesale_price":[{"price":16.85,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"16.85","retail_price":"0","available":true,"url":"\/products\/barrel-stave-bar-stool?variant=b881bebd-0d25-41d6-b968-4da394ff513f","available_quantity":1000,"options":[{"name":"Title","value":"Default Title"}],"off_ratio":0,"flashsale_info":[],"sales":0};
return `
`
}()}