MB8326- Men's new stand up collar cold short sleeved shirt
${function() {
const variantData = data.variant || {"id":"b8bf35b1-a72e-4b88-b29b-bda21786bf78","product_id":"7a39c27d-bc5b-494f-9b9e-19bad8543be7","title":"blue-M","weight_unit":"kg","inventory_quantity":4,"sku":"MB8326P230-blue-M-A0019776","barcode":"","position":5,"option1":"blue","option2":"M","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/3ac0878555bbbe8337cbc9b57eea219e.jpg","path":"3ac0878555bbbe8337cbc9b57eea219e.jpg","width":1440,"height":1440,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":52,"min_quantity":1}],"weight":"0.4","compare_at_price":"0","price":"52","retail_price":"0","available":true,"url":"\/products\/mb8326-mens-new-stand-up-collar-cold-short-sleeved-shirt?variant=b8bf35b1-a72e-4b88-b29b-bda21786bf78","available_quantity":4,"options":[{"name":"colour","value":"blue"},{"name":"size","value":"M"}],"off_ratio":0,"flashsale_info":[],"sales":15};
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":"b8bf35b1-a72e-4b88-b29b-bda21786bf78","product_id":"7a39c27d-bc5b-494f-9b9e-19bad8543be7","title":"blue-M","weight_unit":"kg","inventory_quantity":4,"sku":"MB8326P230-blue-M-A0019776","barcode":"","position":5,"option1":"blue","option2":"M","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/3ac0878555bbbe8337cbc9b57eea219e.jpg","path":"3ac0878555bbbe8337cbc9b57eea219e.jpg","width":1440,"height":1440,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":52,"min_quantity":1}],"weight":"0.4","compare_at_price":"0","price":"52","retail_price":"0","available":true,"url":"\/products\/mb8326-mens-new-stand-up-collar-cold-short-sleeved-shirt?variant=b8bf35b1-a72e-4b88-b29b-bda21786bf78","available_quantity":4,"options":[{"name":"colour","value":"blue"},{"name":"size","value":"M"}],"off_ratio":0,"flashsale_info":[],"sales":15};
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 `
`;
}()}