New women's sunscreen hat with an empty top hat
${function() {
const variantData = data.variant || {"id":"e591ee21-ef7c-4498-b791-93cfb2d0a5ef","product_id":"32f8923f-9a40-4489-8077-42de80b51b63","title":"white","weight_unit":"kg","inventory_quantity":27,"sku":"\u5b50\u7389-60-white-A0014052","barcode":"","position":2,"option1":"white","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/2afd5e8d96e5a79a5bb18129e66acec0.jpg","path":"2afd5e8d96e5a79a5bb18129e66acec0.jpg","width":600,"height":800,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":19,"min_quantity":1}],"weight":"0.15","compare_at_price":"0","price":"19","retail_price":"0","available":true,"url":"\/products\/new-womens-sunscreen-hat-with-an-empty-top-hat?variant=e591ee21-ef7c-4498-b791-93cfb2d0a5ef","available_quantity":27,"options":[{"name":"colour","value":"white"}],"off_ratio":0,"flashsale_info":[],"sales":58};
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":"e591ee21-ef7c-4498-b791-93cfb2d0a5ef","product_id":"32f8923f-9a40-4489-8077-42de80b51b63","title":"white","weight_unit":"kg","inventory_quantity":27,"sku":"\u5b50\u7389-60-white-A0014052","barcode":"","position":2,"option1":"white","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/2afd5e8d96e5a79a5bb18129e66acec0.jpg","path":"2afd5e8d96e5a79a5bb18129e66acec0.jpg","width":600,"height":800,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":19,"min_quantity":1}],"weight":"0.15","compare_at_price":"0","price":"19","retail_price":"0","available":true,"url":"\/products\/new-womens-sunscreen-hat-with-an-empty-top-hat?variant=e591ee21-ef7c-4498-b791-93cfb2d0a5ef","available_quantity":27,"options":[{"name":"colour","value":"white"}],"off_ratio":0,"flashsale_info":[],"sales":58};
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 `
`;
}()}