New baseball cap sports cap
${function() {
const variantData = data.variant || {"id":"087509bb-4a35-4cc2-ad71-666226d64417","product_id":"6a47860f-47b5-4a0d-a683-7045944075ea","title":"black","weight_unit":"kg","inventory_quantity":49,"sku":"\u9ad826-1-black-A0012618","barcode":"","position":1,"option1":"black","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/f3a8ea30089de5867dae9410728efcbe.jpg","path":"f3a8ea30089de5867dae9410728efcbe.jpg","width":1080,"height":1080,"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\/new-baseball-cap-sports-cap?variant=087509bb-4a35-4cc2-ad71-666226d64417","available_quantity":49,"options":[{"name":"colour","value":"black"}],"off_ratio":0,"flashsale_info":[],"sales":5};
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":"087509bb-4a35-4cc2-ad71-666226d64417","product_id":"6a47860f-47b5-4a0d-a683-7045944075ea","title":"black","weight_unit":"kg","inventory_quantity":49,"sku":"\u9ad826-1-black-A0012618","barcode":"","position":1,"option1":"black","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/f3a8ea30089de5867dae9410728efcbe.jpg","path":"f3a8ea30089de5867dae9410728efcbe.jpg","width":1080,"height":1080,"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\/new-baseball-cap-sports-cap?variant=087509bb-4a35-4cc2-ad71-666226d64417","available_quantity":49,"options":[{"name":"colour","value":"black"}],"off_ratio":0,"flashsale_info":[],"sales":5};
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 `
`;
}()}