New Golf Hat, Men's Sunscreen Hat, Baseball Hat
${function() {
const variantData = data.variant || {"id":"a21d9e74-086e-45a1-b853-1adfe00127fe","product_id":"fc49613f-cb23-4ddb-a7b5-01bdc43308dd","title":"black","weight_unit":"kg","inventory_quantity":49,"sku":"\u9ad8-26-10-black-A0013678","barcode":"","position":1,"option1":"black","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/bfd24e50c17b98c0e566500e37fe40e3.jpg","path":"bfd24e50c17b98c0e566500e37fe40e3.jpg","width":800,"height":800,"alt":"","aspect_ratio":1},"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\/new-golf-hat-mens-sunscreen-hat-baseball-hat-e0tx?variant=a21d9e74-086e-45a1-b853-1adfe00127fe","available_quantity":49,"options":[{"name":"colour","value":"black"}],"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":"a21d9e74-086e-45a1-b853-1adfe00127fe","product_id":"fc49613f-cb23-4ddb-a7b5-01bdc43308dd","title":"black","weight_unit":"kg","inventory_quantity":49,"sku":"\u9ad8-26-10-black-A0013678","barcode":"","position":1,"option1":"black","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/bfd24e50c17b98c0e566500e37fe40e3.jpg","path":"bfd24e50c17b98c0e566500e37fe40e3.jpg","width":800,"height":800,"alt":"","aspect_ratio":1},"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\/new-golf-hat-mens-sunscreen-hat-baseball-hat-e0tx?variant=a21d9e74-086e-45a1-b853-1adfe00127fe","available_quantity":49,"options":[{"name":"colour","value":"black"}],"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 `
`;
}()}