New women's sunscreen hat with an empty top hat
${function() {
const variantData = data.variant || {"id":"84899313-4ce0-49ef-be6b-6a3acac1d3eb","product_id":"32f8923f-9a40-4489-8077-42de80b51b63","title":"black","weight_unit":"kg","inventory_quantity":43,"sku":"\u5b50\u7389-60-black-A0014051","barcode":"","position":1,"option1":"black","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/5cd4d07544970a7827a040d7e164755f.jpg","path":"5cd4d07544970a7827a040d7e164755f.jpg","width":616,"height":800,"alt":"","aspect_ratio":0.77},"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=84899313-4ce0-49ef-be6b-6a3acac1d3eb","available_quantity":43,"options":[{"name":"colour","value":"black"}],"off_ratio":0,"flashsale_info":[],"sales":37};
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":"84899313-4ce0-49ef-be6b-6a3acac1d3eb","product_id":"32f8923f-9a40-4489-8077-42de80b51b63","title":"black","weight_unit":"kg","inventory_quantity":43,"sku":"\u5b50\u7389-60-black-A0014051","barcode":"","position":1,"option1":"black","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/5cd4d07544970a7827a040d7e164755f.jpg","path":"5cd4d07544970a7827a040d7e164755f.jpg","width":616,"height":800,"alt":"","aspect_ratio":0.77},"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=84899313-4ce0-49ef-be6b-6a3acac1d3eb","available_quantity":43,"options":[{"name":"colour","value":"black"}],"off_ratio":0,"flashsale_info":[],"sales":37};
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 `
`;
}()}