Discounted men's short sleeves
${function() {
const variantData = data.variant || {"id":"07ebad60-799b-443c-991c-2fdb5497e7ac","product_id":"d5b918bc-13a9-4db7-ad53-74fae3cd7418","title":"red-M","weight_unit":"kg","inventory_quantity":2,"sku":"\u5e93\u5b58-red-M-A0011404","barcode":"","position":4,"option1":"red","option2":"M","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/88d556fe97b24974af5338fc9e07abaf.jpg","path":"88d556fe97b24974af5338fc9e07abaf.jpg","width":1080,"height":1080,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":10,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"10","retail_price":"0","available":true,"url":"\/products\/discounted-mens-short-sleeves?variant=07ebad60-799b-443c-991c-2fdb5497e7ac","available_quantity":2,"options":[{"name":"colour","value":"red"},{"name":"size","value":"M"}],"off_ratio":0,"flashsale_info":[],"sales":7};
const saveType = "percentage";
const productLabelDiscountOn = true;
return `
-
${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}
`
}()}
Product was out of stock.
Product is unavailable.
${function(){
const variantData = data.variant || {"id":"07ebad60-799b-443c-991c-2fdb5497e7ac","product_id":"d5b918bc-13a9-4db7-ad53-74fae3cd7418","title":"red-M","weight_unit":"kg","inventory_quantity":2,"sku":"\u5e93\u5b58-red-M-A0011404","barcode":"","position":4,"option1":"red","option2":"M","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/88d556fe97b24974af5338fc9e07abaf.jpg","path":"88d556fe97b24974af5338fc9e07abaf.jpg","width":1080,"height":1080,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":10,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"10","retail_price":"0","available":true,"url":"\/products\/discounted-mens-short-sleeves?variant=07ebad60-799b-443c-991c-2fdb5497e7ac","available_quantity":2,"options":[{"name":"colour","value":"red"},{"name":"size","value":"M"}],"off_ratio":0,"flashsale_info":[],"sales":7};
return `
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}
${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 `
`;
}()}