people are viewing this right now
${function() {
const variantData = data.variant || {"id":"66574e4f-e44f-4dd3-9ebe-731d022bd423","product_id":"b2b6ebf0-6578-4de2-b806-4e8aa40709fa","title":"Khaki-S","weight_unit":"kg","inventory_quantity":1000,"sku":"NDML22062117-Khaki-S","barcode":"","position":1,"option1":"Khaki","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/4790c606424b29110fc9c31c6b3a586b.jpeg","path":"4790c606424b29110fc9c31c6b3a586b.jpeg","width":800,"height":1000,"alt":"","aspect_ratio":0.8},"wholesale_price":[{"price":36.99,"min_quantity":1}],"weight":"0","compare_at_price":"49.99","price":"36.99","retail_price":"49.99","available":true,"url":"\/products\/solid-color-loose-pullover-twist-knit-sweater-dress?variant=66574e4f-e44f-4dd3-9ebe-731d022bd423","available_quantity":999999999,"options":[{"name":"Color","value":"Khaki"},{"name":"Size","value":"S"}],"off_ratio":26,"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":"66574e4f-e44f-4dd3-9ebe-731d022bd423","product_id":"b2b6ebf0-6578-4de2-b806-4e8aa40709fa","title":"Khaki-S","weight_unit":"kg","inventory_quantity":1000,"sku":"NDML22062117-Khaki-S","barcode":"","position":1,"option1":"Khaki","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/4790c606424b29110fc9c31c6b3a586b.jpeg","path":"4790c606424b29110fc9c31c6b3a586b.jpeg","width":800,"height":1000,"alt":"","aspect_ratio":0.8},"wholesale_price":[{"price":36.99,"min_quantity":1}],"weight":"0","compare_at_price":"49.99","price":"36.99","retail_price":"49.99","available":true,"url":"\/products\/solid-color-loose-pullover-twist-knit-sweater-dress?variant=66574e4f-e44f-4dd3-9ebe-731d022bd423","available_quantity":999999999,"options":[{"name":"Color","value":"Khaki"},{"name":"Size","value":"S"}],"off_ratio":26,"flashsale_info":[],"sales":0};
return `
`
}()}