Men's sports shoes, golf shoes
${function() {
const variantData = data.variant || {"id":"3949836b-6aeb-48ae-9998-e05641cd34f2","product_id":"64493c56-51b4-4bf3-aa63-48bbbe23d104","title":"Dark blue-40","weight_unit":"kg","inventory_quantity":50,"sku":"A\u9ad8-450-Dark blue-40-A0015285","barcode":"","position":1,"option1":"Dark blue","option2":"40","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/ec657dd6b8d72d9692ba3230c746afc3.jpg","path":"ec657dd6b8d72d9692ba3230c746afc3.jpg","width":1280,"height":1280,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":95,"min_quantity":1}],"weight":"1.8","compare_at_price":"0","price":"95","retail_price":"0","available":true,"url":"\/products\/mens-sports-shoes-golf-shoes?variant=3949836b-6aeb-48ae-9998-e05641cd34f2","available_quantity":999999999,"options":[{"name":"colour","value":"Dark blue"},{"name":"size","value":"40"}],"off_ratio":0,"flashsale_info":[],"sales":17};
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":"3949836b-6aeb-48ae-9998-e05641cd34f2","product_id":"64493c56-51b4-4bf3-aa63-48bbbe23d104","title":"Dark blue-40","weight_unit":"kg","inventory_quantity":50,"sku":"A\u9ad8-450-Dark blue-40-A0015285","barcode":"","position":1,"option1":"Dark blue","option2":"40","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/ec657dd6b8d72d9692ba3230c746afc3.jpg","path":"ec657dd6b8d72d9692ba3230c746afc3.jpg","width":1280,"height":1280,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":95,"min_quantity":1}],"weight":"1.8","compare_at_price":"0","price":"95","retail_price":"0","available":true,"url":"\/products\/mens-sports-shoes-golf-shoes?variant=3949836b-6aeb-48ae-9998-e05641cd34f2","available_quantity":999999999,"options":[{"name":"colour","value":"Dark blue"},{"name":"size","value":"40"}],"off_ratio":0,"flashsale_info":[],"sales":17};
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 `
`;
}()}