Raised Garden Bed
${function() {
const variantData = data.variant || {"id":"81befd33-4fdf-41d9-8243-0ded44c7edf0","product_id":"9ea2836d-c1dd-4577-8d21-e11c403e383c","title":"Default Title","weight_unit":"kg","inventory_quantity":1000,"sku":"sku2118838462299","barcode":"","position":1,"option1":"Default Title","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/d2bb6c4f47f2ef0d5d334935a39b40ea.jpeg","path":"d2bb6c4f47f2ef0d5d334935a39b40ea.jpeg","width":600,"height":600,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":10.89,"min_quantity":1}],"weight":"0","compare_at_price":"39.98","price":"10.89","retail_price":"39.98","available":true,"url":"\/products\/2-tier-wood-raised-garden-bed-elevated-planter-box-for-vegetable-fruit-herb?variant=81befd33-4fdf-41d9-8243-0ded44c7edf0","available_quantity":1000,"options":[{"name":"Title","value":"Default Title"}],"off_ratio":73,"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":"81befd33-4fdf-41d9-8243-0ded44c7edf0","product_id":"9ea2836d-c1dd-4577-8d21-e11c403e383c","title":"Default Title","weight_unit":"kg","inventory_quantity":1000,"sku":"sku2118838462299","barcode":"","position":1,"option1":"Default Title","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/d2bb6c4f47f2ef0d5d334935a39b40ea.jpeg","path":"d2bb6c4f47f2ef0d5d334935a39b40ea.jpeg","width":600,"height":600,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":10.89,"min_quantity":1}],"weight":"0","compare_at_price":"39.98","price":"10.89","retail_price":"39.98","available":true,"url":"\/products\/2-tier-wood-raised-garden-bed-elevated-planter-box-for-vegetable-fruit-herb?variant=81befd33-4fdf-41d9-8243-0ded44c7edf0","available_quantity":1000,"options":[{"name":"Title","value":"Default Title"}],"off_ratio":73,"flashsale_info":[],"sales":0};
return `
`
}()}