UPF 50 Baseball Hat | Golf | Boat | Beach | Lake | Workout | Everyday | Men and Women
${function() {
const variantData = data.variant || {"id":"8fafbc5a-97dc-47e7-98aa-4d2865761ca6","product_id":"c4664462-2b9d-4e07-9363-1870734bb3b9","title":"black-1PC","weight_unit":"kg","inventory_quantity":29,"sku":"\u9ad8\u5c14\u4e50-23-black-1PC-A0013158","barcode":"","position":3,"option1":"black","option2":"1PC","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/87068dc3f25bcbc57f85c94997dfd14f.jpg","path":"87068dc3f25bcbc57f85c94997dfd14f.jpg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":8.5,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"8.5","retail_price":"0","available":true,"url":"\/products\/upf-50-baseball-hat-golf-boat-beach-lake-workout-everyday-men-and-women?variant=8fafbc5a-97dc-47e7-98aa-4d2865761ca6","available_quantity":29,"options":[{"name":"Color","value":"black"},{"name":"wholesale","value":"1PC"}],"off_ratio":0,"flashsale_info":[],"sales":51};
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}
`
}()}
${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":"8fafbc5a-97dc-47e7-98aa-4d2865761ca6","product_id":"c4664462-2b9d-4e07-9363-1870734bb3b9","title":"black-1PC","weight_unit":"kg","inventory_quantity":29,"sku":"\u9ad8\u5c14\u4e50-23-black-1PC-A0013158","barcode":"","position":3,"option1":"black","option2":"1PC","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/87068dc3f25bcbc57f85c94997dfd14f.jpg","path":"87068dc3f25bcbc57f85c94997dfd14f.jpg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":8.5,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"8.5","retail_price":"0","available":true,"url":"\/products\/upf-50-baseball-hat-golf-boat-beach-lake-workout-everyday-men-and-women?variant=8fafbc5a-97dc-47e7-98aa-4d2865761ca6","available_quantity":29,"options":[{"name":"Color","value":"black"},{"name":"wholesale","value":"1PC"}],"off_ratio":0,"flashsale_info":[],"sales":51};
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 `
`;
}()}