Balaclava devil horn knitted hood
${function() {
const variantData = data.variant || {"id":"e29aede8-cbf8-4628-8a92-4db254987045","product_id":"bc27ba9a-6e2c-4e2f-aede-9fffe8f11539","title":"Pink On The Right","weight_unit":"g","inventory_quantity":9999,"sku":"XHIBRgN75-PinkOnTheRight","barcode":"","position":1,"option1":"Pink On The Right","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/53bac0a747cd3c99327a517ac54346ab.jpeg","path":"53bac0a747cd3c99327a517ac54346ab.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":32.89,"min_quantity":1}],"weight":"222","compare_at_price":"66","price":"32.89","retail_price":"66","available":true,"url":"\/products\/balaclava-devil-horn-knitted-hood?variant=e29aede8-cbf8-4628-8a92-4db254987045","available_quantity":999999999,"options":[{"name":"Color","value":"Pink On The Right"}],"off_ratio":50,"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 `
`;
}()}