people are viewing this right now
${function() {
const variantData = data.variant || {"id":"26f0cab3-1032-4d74-b656-8e227d01fc08","product_id":"ea68c98b-1db0-4132-92dd-8aa5c3fcef07","title":"Ordinary Bottle-Buy 1","weight_unit":"kg","inventory_quantity":1000,"sku":"LN3214656530ML","barcode":"","position":1,"option1":"Ordinary Bottle","option2":"Buy 1","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/3758d86ab143c63022416482e5abce3f.jpeg","path":"3758d86ab143c63022416482e5abce3f.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":12.99,"min_quantity":1}],"weight":"0","compare_at_price":"39.98","price":"12.99","retail_price":"39.98","available":true,"url":"\/products\/rust-remover?variant=26f0cab3-1032-4d74-b656-8e227d01fc08","available_quantity":999999999,"options":[{"name":"QTY","value":"Ordinary Bottle"},{"name":"Buy More, Save More","value":"Buy 1"}],"off_ratio":68,"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 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":"26f0cab3-1032-4d74-b656-8e227d01fc08","product_id":"ea68c98b-1db0-4132-92dd-8aa5c3fcef07","title":"Ordinary Bottle-Buy 1","weight_unit":"kg","inventory_quantity":1000,"sku":"LN3214656530ML","barcode":"","position":1,"option1":"Ordinary Bottle","option2":"Buy 1","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/3758d86ab143c63022416482e5abce3f.jpeg","path":"3758d86ab143c63022416482e5abce3f.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":12.99,"min_quantity":1}],"weight":"0","compare_at_price":"39.98","price":"12.99","retail_price":"39.98","available":true,"url":"\/products\/rust-remover?variant=26f0cab3-1032-4d74-b656-8e227d01fc08","available_quantity":999999999,"options":[{"name":"QTY","value":"Ordinary Bottle"},{"name":"Buy More, Save More","value":"Buy 1"}],"off_ratio":68,"flashsale_info":[],"sales":0};
return `
`
}()}