Golf empty top hat for both men and women
${function() {
const variantData = data.variant || {"id":"b92134da-31de-467b-93bf-69a0c43b568b","product_id":"16e4e584-6347-4c6b-b2d1-cc05d101d77b","title":"\u767d\u8272","weight_unit":"kg","inventory_quantity":96,"sku":"GFORE\u7a7a\u9876\u5e3d\u65b0\u6b3e-\u767d\u8272-\u9ad8\u5c14\u592b","barcode":"","position":1,"option1":"\u767d\u8272","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/895d5f3054995a97200946953b78d7b9.jpeg","path":"895d5f3054995a97200946953b78d7b9.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":11,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"11","retail_price":"0","available":true,"url":"\/products\/golf-empty-top-hat-for-both-men-and-women?variant=b92134da-31de-467b-93bf-69a0c43b568b","available_quantity":96,"options":[{"name":"\u989c\u8272","value":"\u767d\u8272"}],"off_ratio":0,"flashsale_info":[],"sales":6};
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":"b92134da-31de-467b-93bf-69a0c43b568b","product_id":"16e4e584-6347-4c6b-b2d1-cc05d101d77b","title":"\u767d\u8272","weight_unit":"kg","inventory_quantity":96,"sku":"GFORE\u7a7a\u9876\u5e3d\u65b0\u6b3e-\u767d\u8272-\u9ad8\u5c14\u592b","barcode":"","position":1,"option1":"\u767d\u8272","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/895d5f3054995a97200946953b78d7b9.jpeg","path":"895d5f3054995a97200946953b78d7b9.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":11,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"11","retail_price":"0","available":true,"url":"\/products\/golf-empty-top-hat-for-both-men-and-women?variant=b92134da-31de-467b-93bf-69a0c43b568b","available_quantity":96,"options":[{"name":"\u989c\u8272","value":"\u767d\u8272"}],"off_ratio":0,"flashsale_info":[],"sales":6};
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 `
`;
}()}