New men's and women's bucket hats, basin hats, sun protection hats
${function() {
const variantData = data.variant || {"id":"638d8316-bb35-48c7-976b-ee33d33f8f05","product_id":"bef5eeaf-6cf6-48e2-ad95-2866394caf77","title":"black","weight_unit":"kg","inventory_quantity":50,"sku":"\u5927\u65ed-50-1-black-A0012455","barcode":"","position":1,"option1":"black","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/c447c13d2e48227b1832f6d8a7cafb26.jpg","path":"c447c13d2e48227b1832f6d8a7cafb26.jpg","width":900,"height":703,"alt":"","aspect_ratio":1.2802275960170697},"wholesale_price":[{"price":16,"min_quantity":1}],"weight":"0.2","compare_at_price":"0","price":"16","retail_price":"0","available":true,"url":"\/products\/new-mens-and-womens-bucket-hats-basin-hats-sun-protection-hats?variant=638d8316-bb35-48c7-976b-ee33d33f8f05","available_quantity":50,"options":[{"name":"colour","value":"black"}],"off_ratio":0,"flashsale_info":[],"sales":10};
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":"638d8316-bb35-48c7-976b-ee33d33f8f05","product_id":"bef5eeaf-6cf6-48e2-ad95-2866394caf77","title":"black","weight_unit":"kg","inventory_quantity":50,"sku":"\u5927\u65ed-50-1-black-A0012455","barcode":"","position":1,"option1":"black","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/c447c13d2e48227b1832f6d8a7cafb26.jpg","path":"c447c13d2e48227b1832f6d8a7cafb26.jpg","width":900,"height":703,"alt":"","aspect_ratio":1.2802275960170697},"wholesale_price":[{"price":16,"min_quantity":1}],"weight":"0.2","compare_at_price":"0","price":"16","retail_price":"0","available":true,"url":"\/products\/new-mens-and-womens-bucket-hats-basin-hats-sun-protection-hats?variant=638d8316-bb35-48c7-976b-ee33d33f8f05","available_quantity":50,"options":[{"name":"colour","value":"black"}],"off_ratio":0,"flashsale_info":[],"sales":10};
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 `
`;
}()}