mens golf cap Perforated breathable baseball cap
${function() {
const variantData = data.variant || {"id":"c703aae8-cb37-49a6-b22c-b49c3c5c4e3a","product_id":"367e7e9a-3e1b-4f87-9d2d-a6ac28cc8e6e","title":"white","weight_unit":"kg","inventory_quantity":45,"sku":"","barcode":"","position":1,"option1":"white","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/67dc4f07bf2bcae96ad86470a37f57e9.jpg","path":"67dc4f07bf2bcae96ad86470a37f57e9.jpg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":7.5,"min_quantity":1}],"weight":"0","compare_at_price":"25","price":"7.5","retail_price":"25","available":true,"url":"\/products\/mens-golf-cap-perforated-breathable-baseball-cap?variant=c703aae8-cb37-49a6-b22c-b49c3c5c4e3a","available_quantity":45,"options":[{"name":"Color","value":"white"}],"off_ratio":70,"flashsale_info":[],"sales":39};
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":"c703aae8-cb37-49a6-b22c-b49c3c5c4e3a","product_id":"367e7e9a-3e1b-4f87-9d2d-a6ac28cc8e6e","title":"white","weight_unit":"kg","inventory_quantity":45,"sku":"","barcode":"","position":1,"option1":"white","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/67dc4f07bf2bcae96ad86470a37f57e9.jpg","path":"67dc4f07bf2bcae96ad86470a37f57e9.jpg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":7.5,"min_quantity":1}],"weight":"0","compare_at_price":"25","price":"7.5","retail_price":"25","available":true,"url":"\/products\/mens-golf-cap-perforated-breathable-baseball-cap?variant=c703aae8-cb37-49a6-b22c-b49c3c5c4e3a","available_quantity":45,"options":[{"name":"Color","value":"white"}],"off_ratio":70,"flashsale_info":[],"sales":39};
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 `
`;
}()}