golf hat Fisherman's Hat for Men and Women
${function() {
const variantData = data.variant || {"id":"d2f752d7-7dd5-483b-8a3b-ea85b7f09d47","product_id":"7d450b6d-f590-4c5a-8697-417c88a889f6","title":"WHITE-1-1PC","weight_unit":"kg","inventory_quantity":52,"sku":"-WHITE-1-1PC-A0013259","barcode":"","position":1,"option1":"WHITE-1","option2":"1PC","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/0067e7895f5bbaedeccf2687f8db959a.jpg","path":"0067e7895f5bbaedeccf2687f8db959a.jpg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":9,"min_quantity":1}],"weight":"0.15","compare_at_price":"25","price":"9","retail_price":"25","available":true,"url":"\/products\/golf-hat-fishermans-hat-for-men-and-women?variant=d2f752d7-7dd5-483b-8a3b-ea85b7f09d47","available_quantity":52,"options":[{"name":"COLOR","value":"WHITE-1"},{"name":"wholesale","value":"1PC"}],"off_ratio":64,"flashsale_info":[],"sales":152};
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":"d2f752d7-7dd5-483b-8a3b-ea85b7f09d47","product_id":"7d450b6d-f590-4c5a-8697-417c88a889f6","title":"WHITE-1-1PC","weight_unit":"kg","inventory_quantity":52,"sku":"-WHITE-1-1PC-A0013259","barcode":"","position":1,"option1":"WHITE-1","option2":"1PC","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/0067e7895f5bbaedeccf2687f8db959a.jpg","path":"0067e7895f5bbaedeccf2687f8db959a.jpg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":9,"min_quantity":1}],"weight":"0.15","compare_at_price":"25","price":"9","retail_price":"25","available":true,"url":"\/products\/golf-hat-fishermans-hat-for-men-and-women?variant=d2f752d7-7dd5-483b-8a3b-ea85b7f09d47","available_quantity":52,"options":[{"name":"COLOR","value":"WHITE-1"},{"name":"wholesale","value":"1PC"}],"off_ratio":64,"flashsale_info":[],"sales":152};
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 `
`;
}()}