Camouflage horn baseball cap color block hat sports visor
${function() {
const variantData = data.variant || {"id":"38803890-8a24-4531-a678-f3c4ebed04bd","product_id":"176dd872-7986-4e37-9497-393c9a0283d9","title":"Black-Adjustable","weight_unit":"g","inventory_quantity":999,"sku":"XHy3JVsgM-Black-Adjustable","barcode":"","position":1,"option1":"Black","option2":"Adjustable","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/3bb30499594f2bc3ea5899fefe1c7591.jpeg","path":"3bb30499594f2bc3ea5899fefe1c7591.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":10.89,"min_quantity":1}],"weight":"100","compare_at_price":"15","price":"10.89","retail_price":"15","available":true,"url":"\/products\/camouflage-horn-baseball-cap-color-block-hat-sports-visor?variant=38803890-8a24-4531-a678-f3c4ebed04bd","available_quantity":999999999,"options":[{"name":"Color","value":"Black"},{"name":"Size","value":"Adjustable"}],"off_ratio":27,"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}
`
}()}
${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 `
`;
}()}