Golf cap, baseball cap, sunscreen cap
${function() {
const variantData = data.variant || {"id":"b79ddd27-f02b-47ba-b536-7caf65a1feb3","product_id":"1d6f7fa1-b64e-423c-b97b-e12e64544939","title":"black","weight_unit":"kg","inventory_quantity":49,"sku":"\u9ad823-1-black-A0012628","barcode":"","position":1,"option1":"black","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/7f6bf0f656c0e81e401e256442c4744f.jpg","path":"7f6bf0f656c0e81e401e256442c4744f.jpg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":11.8,"min_quantity":1}],"weight":"0.2","compare_at_price":"0","price":"11.8","retail_price":"0","available":true,"url":"\/products\/golf-cap-baseball-cap-sunscreen-cap?variant=b79ddd27-f02b-47ba-b536-7caf65a1feb3","available_quantity":49,"options":[{"name":"colour","value":"black"}],"off_ratio":0,"flashsale_info":[],"sales":1};
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":"b79ddd27-f02b-47ba-b536-7caf65a1feb3","product_id":"1d6f7fa1-b64e-423c-b97b-e12e64544939","title":"black","weight_unit":"kg","inventory_quantity":49,"sku":"\u9ad823-1-black-A0012628","barcode":"","position":1,"option1":"black","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/7f6bf0f656c0e81e401e256442c4744f.jpg","path":"7f6bf0f656c0e81e401e256442c4744f.jpg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":11.8,"min_quantity":1}],"weight":"0.2","compare_at_price":"0","price":"11.8","retail_price":"0","available":true,"url":"\/products\/golf-cap-baseball-cap-sunscreen-cap?variant=b79ddd27-f02b-47ba-b536-7caf65a1feb3","available_quantity":49,"options":[{"name":"colour","value":"black"}],"off_ratio":0,"flashsale_info":[],"sales":1};
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 `
`;
}()}