Male and female couple's same style hat with stretchable brim, summer sky top sun protection hat, casual
${function() {
const variantData = data.variant || {"id":"6833c7e5-d1ff-4f44-8073-b8fe66a7701f","product_id":"00e16d2a-e188-4911-9057-5b7a91bf738f","title":"black","weight_unit":"kg","inventory_quantity":48,"sku":"\u51b0\u51b060-3-black-A0014846","barcode":"","position":1,"option1":"black","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/30ab24cf2b34c56d200a3c54e8659d36.jpg","path":"30ab24cf2b34c56d200a3c54e8659d36.jpg","width":1080,"height":1080,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":16.8,"min_quantity":1}],"weight":"0.2","compare_at_price":"0","price":"16.8","retail_price":"0","available":true,"url":"\/products\/male-and-female-couples-same-style-hat-with-stretchable-brim-summer-sky-top-sun-protection-hat-casual?variant=6833c7e5-d1ff-4f44-8073-b8fe66a7701f","available_quantity":48,"options":[{"name":"colour","value":"black"}],"off_ratio":0,"flashsale_info":[],"sales":4};
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":"6833c7e5-d1ff-4f44-8073-b8fe66a7701f","product_id":"00e16d2a-e188-4911-9057-5b7a91bf738f","title":"black","weight_unit":"kg","inventory_quantity":48,"sku":"\u51b0\u51b060-3-black-A0014846","barcode":"","position":1,"option1":"black","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/30ab24cf2b34c56d200a3c54e8659d36.jpg","path":"30ab24cf2b34c56d200a3c54e8659d36.jpg","width":1080,"height":1080,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":16.8,"min_quantity":1}],"weight":"0.2","compare_at_price":"0","price":"16.8","retail_price":"0","available":true,"url":"\/products\/male-and-female-couples-same-style-hat-with-stretchable-brim-summer-sky-top-sun-protection-hat-casual?variant=6833c7e5-d1ff-4f44-8073-b8fe66a7701f","available_quantity":48,"options":[{"name":"colour","value":"black"}],"off_ratio":0,"flashsale_info":[],"sales":4};
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 `
`;
}()}