Ear protection hat, warm woolen hat, ski hat, cycling hat
${function() {
const variantData = data.variant || {"id":"f854861c-7402-47dd-8ccf-41e1128d7ebb","product_id":"b3324f88-b0c3-4305-aeb7-75e22618e280","title":"Black-Adjustable","weight_unit":"g","inventory_quantity":999,"sku":"XHYwIbxS6-Black-Adjustable","barcode":"","position":1,"option1":"Black","option2":"Adjustable","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/bee330b39e9f31c82b3dbea4b94be731.jpeg","path":"bee330b39e9f31c82b3dbea4b94be731.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":13.89,"min_quantity":1}],"weight":"100","compare_at_price":"20","price":"13.89","retail_price":"20","available":true,"url":"\/products\/ear-protection-hat-warm-woolen-hat-ski-hat-cycling-hat?variant=f854861c-7402-47dd-8ccf-41e1128d7ebb","available_quantity":999999999,"options":[{"name":"Color","value":"Black"},{"name":"Size","value":"Adjustable"}],"off_ratio":31,"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 `
`;
}()}