Summer New Sports Hat Sunscreen Hat
${function() {
const variantData = data.variant || {"id":"1e1e4836-c772-4a5e-bfcd-85838207df36","product_id":"d6bc4b38-104f-4cad-b3c9-2f686218693a","title":"white","weight_unit":"kg","inventory_quantity":98,"sku":"\u5468-30-6-white-A0012012","barcode":"","position":1,"option1":"white","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/f7c8c0386ecec1a96fb6e4da6023440a.jpg","path":"f7c8c0386ecec1a96fb6e4da6023440a.jpg","width":1077,"height":1356,"alt":"","aspect_ratio":0.7942477876106194},"wholesale_price":[{"price":12.5,"min_quantity":1}],"weight":"0.2","compare_at_price":"0","price":"12.5","retail_price":"0","available":true,"url":"\/products\/summer-new-sports-hat-sunscreen-hat?variant=1e1e4836-c772-4a5e-bfcd-85838207df36","available_quantity":98,"options":[{"name":"colour","value":"white"}],"off_ratio":0,"flashsale_info":[],"sales":2};
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":"1e1e4836-c772-4a5e-bfcd-85838207df36","product_id":"d6bc4b38-104f-4cad-b3c9-2f686218693a","title":"white","weight_unit":"kg","inventory_quantity":98,"sku":"\u5468-30-6-white-A0012012","barcode":"","position":1,"option1":"white","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/f7c8c0386ecec1a96fb6e4da6023440a.jpg","path":"f7c8c0386ecec1a96fb6e4da6023440a.jpg","width":1077,"height":1356,"alt":"","aspect_ratio":0.7942477876106194},"wholesale_price":[{"price":12.5,"min_quantity":1}],"weight":"0.2","compare_at_price":"0","price":"12.5","retail_price":"0","available":true,"url":"\/products\/summer-new-sports-hat-sunscreen-hat?variant=1e1e4836-c772-4a5e-bfcd-85838207df36","available_quantity":98,"options":[{"name":"colour","value":"white"}],"off_ratio":0,"flashsale_info":[],"sales":2};
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 `
`;
}()}