Men's Autumn New Golf Cap Waterproof and Windproof Fisherman's Cap Sunshade and Sunscreen Cap
${function() {
const variantData = data.variant || {"id":"9260f039-564b-499c-9dae-f30b64fe4b3a","product_id":"8cafe2b6-0107-49b0-bf95-d22f0dbde6d5","title":"black","weight_unit":"kg","inventory_quantity":3,"sku":"\u51b070-1118-black-A0017982","barcode":"","position":1,"option1":"black","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/261250c0180e1c1f7c7b6a3bf488b4e1.jpg","path":"261250c0180e1c1f7c7b6a3bf488b4e1.jpg","width":1440,"height":1440,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":20.8,"min_quantity":1}],"weight":"0.2","compare_at_price":"0","price":"20.8","retail_price":"0","available":true,"url":"\/products\/mens-autumn-new-golf-cap-waterproof-and-windproof-fishermans-cap-sunshade-and-sunscreen-cap?variant=9260f039-564b-499c-9dae-f30b64fe4b3a","available_quantity":3,"options":[{"name":"colour","value":"black"}],"off_ratio":0,"flashsale_info":[],"sales":47};
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":"9260f039-564b-499c-9dae-f30b64fe4b3a","product_id":"8cafe2b6-0107-49b0-bf95-d22f0dbde6d5","title":"black","weight_unit":"kg","inventory_quantity":3,"sku":"\u51b070-1118-black-A0017982","barcode":"","position":1,"option1":"black","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/261250c0180e1c1f7c7b6a3bf488b4e1.jpg","path":"261250c0180e1c1f7c7b6a3bf488b4e1.jpg","width":1440,"height":1440,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":20.8,"min_quantity":1}],"weight":"0.2","compare_at_price":"0","price":"20.8","retail_price":"0","available":true,"url":"\/products\/mens-autumn-new-golf-cap-waterproof-and-windproof-fishermans-cap-sunshade-and-sunscreen-cap?variant=9260f039-564b-499c-9dae-f30b64fe4b3a","available_quantity":3,"options":[{"name":"colour","value":"black"}],"off_ratio":0,"flashsale_info":[],"sales":47};
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 `
`;
}()}