Camping Tent with Instant Setup
${function() {
const variantData = data.variant || {"id":"95e0b9fc-8b1c-4a24-ab65-ac0fac76942b","product_id":"a4daab5f-2840-4999-88c0-a3815f996d15","title":"10-person Dark Room","weight_unit":"kg","inventory_quantity":1000,"sku":"sku2118838674547","barcode":"","position":1,"option1":"10-person Dark Room","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/4187954d65c706c2a81048b3f2d82d6c.jpeg","path":"4187954d65c706c2a81048b3f2d82d6c.jpeg","width":1500,"height":916,"alt":"","aspect_ratio":1.6375545851528384},"wholesale_price":[{"price":43.68,"min_quantity":1}],"weight":"0","compare_at_price":"199.99","price":"43.68","retail_price":"199.99","available":true,"url":"\/products\/coleman-camping-tent-with-instant-setup-4-6-8-10-person-weatherproof-tent-with-weathertec-technology-double-thick-fabric-and-included-carry-bag-sets-up-in-60-seconds_d41d2b3b?variant=95e0b9fc-8b1c-4a24-ab65-ac0fac76942b","available_quantity":1000,"options":[{"name":"style","value":"10-person Dark Room"}],"off_ratio":78,"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":"95e0b9fc-8b1c-4a24-ab65-ac0fac76942b","product_id":"a4daab5f-2840-4999-88c0-a3815f996d15","title":"10-person Dark Room","weight_unit":"kg","inventory_quantity":1000,"sku":"sku2118838674547","barcode":"","position":1,"option1":"10-person Dark Room","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/4187954d65c706c2a81048b3f2d82d6c.jpeg","path":"4187954d65c706c2a81048b3f2d82d6c.jpeg","width":1500,"height":916,"alt":"","aspect_ratio":1.6375545851528384},"wholesale_price":[{"price":43.68,"min_quantity":1}],"weight":"0","compare_at_price":"199.99","price":"43.68","retail_price":"199.99","available":true,"url":"\/products\/coleman-camping-tent-with-instant-setup-4-6-8-10-person-weatherproof-tent-with-weathertec-technology-double-thick-fabric-and-included-carry-bag-sets-up-in-60-seconds_d41d2b3b?variant=95e0b9fc-8b1c-4a24-ab65-ac0fac76942b","available_quantity":1000,"options":[{"name":"style","value":"10-person Dark Room"}],"off_ratio":78,"flashsale_info":[],"sales":0};
return `
`
}()}