people are viewing this right now
${function() {
const variantData = data.variant || {"id":"8e4aa432-1b01-4e5b-890d-0700d8f2c4b2","product_id":"e7827594-21c6-4bbf-a2d4-815f24e0a746","title":"BUY 1","weight_unit":"kg","inventory_quantity":0,"sku":"","barcode":"","position":1,"option1":"BUY 1","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/44a886b65e3e6654e8dbca762caa8175.png","path":"44a886b65e3e6654e8dbca762caa8175.png","width":2000,"height":2000,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":36.99,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"36.99","retail_price":"0","available":true,"url":"\/products\/hammock-olive-wmj001-green?variant=8e4aa432-1b01-4e5b-890d-0700d8f2c4b2","available_quantity":999999999,"options":[{"name":"Quantity","value":"BUY 1"}],"off_ratio":0,"flashsale_info":[],"sales":0};
const saveType = "amount";
const saveText = "Save {{saved_amount}}";
const productLabelDiscountOn = true;
return `
-
${saveText.replace('\{\{saved_amount\}\}',
saveType == 'percentage'
? variantData.off_ratio + '%'
: ``
)}
`;
}()}
${function(){
const tipText = "Please select a {{ name }}".replace(/\{\{\s+name\s+\}\}/g, data);
return `${tipText}
`
}()}
${function() {
const minInventory = parseInt('10');
const maxInventory = parseInt('50');
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 `
`;
}()}
Product was out of stock.
Product is unavailable.
${function(){
const variantData = data.variant || {"id":"8e4aa432-1b01-4e5b-890d-0700d8f2c4b2","product_id":"e7827594-21c6-4bbf-a2d4-815f24e0a746","title":"BUY 1","weight_unit":"kg","inventory_quantity":0,"sku":"","barcode":"","position":1,"option1":"BUY 1","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/44a886b65e3e6654e8dbca762caa8175.png","path":"44a886b65e3e6654e8dbca762caa8175.png","width":2000,"height":2000,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":36.99,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"36.99","retail_price":"0","available":true,"url":"\/products\/hammock-olive-wmj001-green?variant=8e4aa432-1b01-4e5b-890d-0700d8f2c4b2","available_quantity":999999999,"options":[{"name":"Quantity","value":"BUY 1"}],"off_ratio":0,"flashsale_info":[],"sales":0};
return `
`
}()}