Half-Door for Tavern-To-Go
${function() {
const variantData = data.variant || {"id":"47f0d964-e4e9-42c6-b224-b2efbe1375fc","product_id":"51b76d03-ef51-42fd-881c-86ee558390fb","title":"Temple Bar 6x4","weight_unit":"kg","inventory_quantity":1000,"sku":"sku2118839245889","barcode":"","position":1,"option1":"Temple Bar 6x4","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/c064a70bb6c36aa83ad10da8aa34be09.jpeg","path":"c064a70bb6c36aa83ad10da8aa34be09.jpeg","width":794,"height":794,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":16.9,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"16.9","retail_price":"0","available":true,"url":"\/products\/half-door-for-tavern-to-go-1352781604?variant=47f0d964-e4e9-42c6-b224-b2efbe1375fc","available_quantity":1000,"options":[{"name":"Tavern Size","value":"Temple Bar 6x4"}],"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":"47f0d964-e4e9-42c6-b224-b2efbe1375fc","product_id":"51b76d03-ef51-42fd-881c-86ee558390fb","title":"Temple Bar 6x4","weight_unit":"kg","inventory_quantity":1000,"sku":"sku2118839245889","barcode":"","position":1,"option1":"Temple Bar 6x4","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/c064a70bb6c36aa83ad10da8aa34be09.jpeg","path":"c064a70bb6c36aa83ad10da8aa34be09.jpeg","width":794,"height":794,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":16.9,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"16.9","retail_price":"0","available":true,"url":"\/products\/half-door-for-tavern-to-go-1352781604?variant=47f0d964-e4e9-42c6-b224-b2efbe1375fc","available_quantity":1000,"options":[{"name":"Tavern Size","value":"Temple Bar 6x4"}],"off_ratio":0,"flashsale_info":[],"sales":0};
return `
`
}()}