Unisex empty top hat sunscreen hat
${function() {
const variantData = data.variant || {"id":"78d5624f-10a1-46b8-9d1d-375a05c7b372","product_id":"d73e4524-a3c2-4f0c-b4c9-39467b17b26d","title":"white","weight_unit":"kg","inventory_quantity":27,"sku":"\u546830-12-white-A0015815","barcode":"","position":1,"option1":"white","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/eae3c2c1e6b772db76456157530dd2e0.jpg","path":"eae3c2c1e6b772db76456157530dd2e0.jpg","width":775,"height":736,"alt":"","aspect_ratio":1.0529891304347827},"wholesale_price":[{"price":11.5,"min_quantity":1}],"weight":"0.2","compare_at_price":"0","price":"11.5","retail_price":"0","available":true,"url":"\/products\/unisex-empty-top-hat-sunscreen-hat?variant=78d5624f-10a1-46b8-9d1d-375a05c7b372","available_quantity":27,"options":[{"name":"colour","value":"white"}],"off_ratio":0,"flashsale_info":[],"sales":55};
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":"78d5624f-10a1-46b8-9d1d-375a05c7b372","product_id":"d73e4524-a3c2-4f0c-b4c9-39467b17b26d","title":"white","weight_unit":"kg","inventory_quantity":27,"sku":"\u546830-12-white-A0015815","barcode":"","position":1,"option1":"white","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/eae3c2c1e6b772db76456157530dd2e0.jpg","path":"eae3c2c1e6b772db76456157530dd2e0.jpg","width":775,"height":736,"alt":"","aspect_ratio":1.0529891304347827},"wholesale_price":[{"price":11.5,"min_quantity":1}],"weight":"0.2","compare_at_price":"0","price":"11.5","retail_price":"0","available":true,"url":"\/products\/unisex-empty-top-hat-sunscreen-hat?variant=78d5624f-10a1-46b8-9d1d-375a05c7b372","available_quantity":27,"options":[{"name":"colour","value":"white"}],"off_ratio":0,"flashsale_info":[],"sales":55};
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 `
`;
}()}