H6022 # Golf Shoes Women's Non slip Head Layer Leather
${function() {
const variantData = data.variant || {"id":"2ef17779-2542-42ad-bfe6-3b67cc9120c3","product_id":"39c29c42-dc51-438f-9da4-a50b0d62ea7c","title":"white-36","weight_unit":"kg","inventory_quantity":50,"sku":"H6022#P350-white-36-A0016285","barcode":"","position":1,"option1":"white","option2":"36","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/6d8942bcd0eccdb617d78244edaf1bd0.jpg","path":"6d8942bcd0eccdb617d78244edaf1bd0.jpg","width":1086,"height":816,"alt":"","aspect_ratio":1.3308823529411764},"wholesale_price":[{"price":75,"min_quantity":1}],"weight":"1.5","compare_at_price":"0","price":"75","retail_price":"0","available":true,"url":"\/products\/h6022-golf-shoes-womens-non-slip-head-layer-leather?variant=2ef17779-2542-42ad-bfe6-3b67cc9120c3","available_quantity":50,"options":[{"name":"colour","value":"white"},{"name":"size","value":"36"}],"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":"2ef17779-2542-42ad-bfe6-3b67cc9120c3","product_id":"39c29c42-dc51-438f-9da4-a50b0d62ea7c","title":"white-36","weight_unit":"kg","inventory_quantity":50,"sku":"H6022#P350-white-36-A0016285","barcode":"","position":1,"option1":"white","option2":"36","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/6d8942bcd0eccdb617d78244edaf1bd0.jpg","path":"6d8942bcd0eccdb617d78244edaf1bd0.jpg","width":1086,"height":816,"alt":"","aspect_ratio":1.3308823529411764},"wholesale_price":[{"price":75,"min_quantity":1}],"weight":"1.5","compare_at_price":"0","price":"75","retail_price":"0","available":true,"url":"\/products\/h6022-golf-shoes-womens-non-slip-head-layer-leather?variant=2ef17779-2542-42ad-bfe6-3b67cc9120c3","available_quantity":50,"options":[{"name":"colour","value":"white"},{"name":"size","value":"36"}],"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 `
`;
}()}