Balaclava hand knitted hood
${function() {
const variantData = data.variant || {"id":"2c463970-fd6b-401e-8124-db3a39c8a8ee","product_id":"4b11b3fe-8ba9-4332-a331-78494f470f57","title":"Purple-57-59Cm","weight_unit":"g","inventory_quantity":9999,"sku":"XHzom8zKe-Purple-57-59Cm","barcode":"","position":1,"option1":"Purple","option2":"57-59Cm","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/73d6b2050fcab108cf4421536b24d9fe.jpeg","path":"73d6b2050fcab108cf4421536b24d9fe.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":34.89,"min_quantity":1}],"weight":"222","compare_at_price":"88","price":"34.89","retail_price":"88","available":true,"url":"\/products\/balaclava-hand-knitted-hood?variant=2c463970-fd6b-401e-8124-db3a39c8a8ee","available_quantity":999999999,"options":[{"name":"Color","value":"Purple"},{"name":"Size","value":"57-59Cm"}],"off_ratio":60,"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}
`
}()}
${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 `
`;
}()}