Summer sunscreen mask
${function() {
const variantData = data.variant || {"id":"97bb9f7d-cdcf-4ce7-886c-20fcd8d16f01","product_id":"8ee1aa84-0223-41da-ab3f-472805d86e31","title":"black","weight_unit":"kg","inventory_quantity":0,"sku":"\u9ad818-1-black-A0012635","barcode":"","position":1,"option1":"black","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/79adc3dbaf8f914094350c7e6207863a.jpg","path":"79adc3dbaf8f914094350c7e6207863a.jpg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":10.8,"min_quantity":1}],"weight":"0.2","compare_at_price":"0","price":"10.8","retail_price":"0","available":false,"url":"\/products\/summer-sunscreen-mask?variant=97bb9f7d-cdcf-4ce7-886c-20fcd8d16f01","available_quantity":0,"options":[{"name":"colour","value":"black"}],"off_ratio":0,"flashsale_info":[],"sales":17};
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":"97bb9f7d-cdcf-4ce7-886c-20fcd8d16f01","product_id":"8ee1aa84-0223-41da-ab3f-472805d86e31","title":"black","weight_unit":"kg","inventory_quantity":0,"sku":"\u9ad818-1-black-A0012635","barcode":"","position":1,"option1":"black","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/79adc3dbaf8f914094350c7e6207863a.jpg","path":"79adc3dbaf8f914094350c7e6207863a.jpg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":10.8,"min_quantity":1}],"weight":"0.2","compare_at_price":"0","price":"10.8","retail_price":"0","available":false,"url":"\/products\/summer-sunscreen-mask?variant=97bb9f7d-cdcf-4ce7-886c-20fcd8d16f01","available_quantity":0,"options":[{"name":"colour","value":"black"}],"off_ratio":0,"flashsale_info":[],"sales":17};
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 `
`;
}()}