New baseball cap sunscreen cap
${function() {
const variantData = data.variant || {"id":"58614f51-d42a-4da8-835f-43a6aeba137d","product_id":"dab5ffbd-b99d-42a3-9ff5-ef7ac66f4abe","title":"white","weight_unit":"kg","inventory_quantity":100,"sku":"\u54680603-30-white-A00111265","barcode":"","position":1,"option1":"white","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/520cbf16d9da173db7fdc8e22cc41c03.jpg","path":"520cbf16d9da173db7fdc8e22cc41c03.jpg","width":1440,"height":1080,"alt":"","aspect_ratio":1.3333333333333333},"wholesale_price":[{"price":12.8,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"12.8","retail_price":"0","available":true,"url":"\/products\/new-baseball-cap-sunscreen-cap?variant=58614f51-d42a-4da8-835f-43a6aeba137d","available_quantity":100,"options":[{"name":"colour","value":"white"}],"off_ratio":0,"flashsale_info":[],"sales":3};
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":"58614f51-d42a-4da8-835f-43a6aeba137d","product_id":"dab5ffbd-b99d-42a3-9ff5-ef7ac66f4abe","title":"white","weight_unit":"kg","inventory_quantity":100,"sku":"\u54680603-30-white-A00111265","barcode":"","position":1,"option1":"white","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/520cbf16d9da173db7fdc8e22cc41c03.jpg","path":"520cbf16d9da173db7fdc8e22cc41c03.jpg","width":1440,"height":1080,"alt":"","aspect_ratio":1.3333333333333333},"wholesale_price":[{"price":12.8,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"12.8","retail_price":"0","available":true,"url":"\/products\/new-baseball-cap-sunscreen-cap?variant=58614f51-d42a-4da8-835f-43a6aeba137d","available_quantity":100,"options":[{"name":"colour","value":"white"}],"off_ratio":0,"flashsale_info":[],"sales":3};
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 `
`;
}()}