Pullover hat outdoor mask neck scarf ear protection knitted hat
${function() {
const variantData = data.variant || {"id":"937dd0e3-dae9-4abd-a205-33a2eec16fcd","product_id":"eb56b24d-98fd-4487-ad4e-b3ba49026222","title":"Date Red","weight_unit":"g","inventory_quantity":999,"sku":"XHSCydWqY-DateRed","barcode":"","position":1,"option1":"Date Red","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/caeb8927cf43577b50dd692c559124c1.jpeg","path":"caeb8927cf43577b50dd692c559124c1.jpeg","width":1200,"height":1200,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":9.89,"min_quantity":1}],"weight":"100","compare_at_price":"15","price":"9.89","retail_price":"15","available":true,"url":"\/products\/pullover-hat-outdoor-mask-neck-scarf-ear-protection-knitted-hat?variant=937dd0e3-dae9-4abd-a205-33a2eec16fcd","available_quantity":999999999,"options":[{"name":"Color","value":"Date Red"}],"off_ratio":34,"flashsale_info":[],"sales":1};
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 `
`;
}()}