Men's sports belt
${function() {
const variantData = data.variant || {"id":"028d470b-4677-4ff1-ab14-fbb78eae0512","product_id":"8110da2b-5088-4097-9fc1-2618457b3f5c","title":"1","weight_unit":"kg","inventory_quantity":30,"sku":"\u9ad865-1-1-A0012637","barcode":"","position":1,"option1":"1","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/d00b30b608f91c0a83b171367a654244.jpg","path":"d00b30b608f91c0a83b171367a654244.jpg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":25,"min_quantity":1}],"weight":"0.4","compare_at_price":"0","price":"25","retail_price":"0","available":true,"url":"\/products\/mens-sports-belt?variant=028d470b-4677-4ff1-ab14-fbb78eae0512","available_quantity":30,"options":[{"name":"colour","value":"1"}],"off_ratio":0,"flashsale_info":[],"sales":0};
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}
`
}()}
Product was out of stock.
Product is unavailable.
${function(){
const variantData = data.variant || {"id":"028d470b-4677-4ff1-ab14-fbb78eae0512","product_id":"8110da2b-5088-4097-9fc1-2618457b3f5c","title":"1","weight_unit":"kg","inventory_quantity":30,"sku":"\u9ad865-1-1-A0012637","barcode":"","position":1,"option1":"1","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/d00b30b608f91c0a83b171367a654244.jpg","path":"d00b30b608f91c0a83b171367a654244.jpg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":25,"min_quantity":1}],"weight":"0.4","compare_at_price":"0","price":"25","retail_price":"0","available":true,"url":"\/products\/mens-sports-belt?variant=028d470b-4677-4ff1-ab14-fbb78eae0512","available_quantity":30,"options":[{"name":"colour","value":"1"}],"off_ratio":0,"flashsale_info":[],"sales":0};
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 `
`;
}()}