American flag embroidered cap Versatile sun hat
${function() {
const variantData = data.variant || {"id":"325c828c-caa2-4a3e-b1b3-16e19be78b86","product_id":"7fb5bc4b-f4a8-415e-99f9-5b4206fa3458","title":"Camouflage-Cow Head Style","weight_unit":"g","inventory_quantity":999,"sku":"XHb9OpI4s-Camouflage-CowHeadStyle","barcode":"","position":1,"option1":"Camouflage-Cow Head Style","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/a0d9168b002af3cc2ca8eed452adf53a.jpeg","path":"a0d9168b002af3cc2ca8eed452adf53a.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":14.89,"min_quantity":1}],"weight":"100","compare_at_price":"15","price":"14.89","retail_price":"15","available":true,"url":"\/products\/american-flag-embroidered-cap-versatile-sun-hat?variant=325c828c-caa2-4a3e-b1b3-16e19be78b86","available_quantity":999999999,"options":[{"name":"Color","value":"Camouflage-Cow Head Style"}],"off_ratio":1,"flashsale_info":[],"sales":0};
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}
`
}()}
people are viewing this right now
Product was out of stock.
Product is unavailable.
${function() {
const postageFreeAmount = 69;
const custom_text = "Buy {amount} more to enjoy FREE Shipping";
const totalPrice = +data.total_price;
const diffPrice = postageFreeAmount - totalPrice;
const percentDiff = (diffPrice > 0 ? (totalPrice / postageFreeAmount * 100) : 100) + '%';
let tipText = "Your order is free delivery";
if (diffPrice > 0) {
tipText = custom_text.replace('{amount}', `
`);
}
return `
`;
}()}