Studded balaclava hand-knitted beanie
${function() {
const variantData = data.variant || {"id":"115f6486-1827-45b8-92a8-d9a0f7b829bc","product_id":"346d8a12-bb7b-40d3-9b0f-bb24514d5bcb","title":"Black-56-59Cm","weight_unit":"g","inventory_quantity":9999,"sku":"XHGfxpOLt-Black-56-59Cm","barcode":"","position":1,"option1":"Black","option2":"56-59Cm","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/145f7e4b8b0193e045ac396a5a0f75c4.jpeg","path":"145f7e4b8b0193e045ac396a5a0f75c4.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":41.89,"min_quantity":1}],"weight":"222","compare_at_price":"99","price":"41.89","retail_price":"99","available":true,"url":"\/products\/studded-balaclava-hand-knitted-beanie?variant=115f6486-1827-45b8-92a8-d9a0f7b829bc","available_quantity":999999999,"options":[{"name":"Color","value":"Black"},{"name":"Size","value":"56-59Cm"}],"off_ratio":58,"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 `
`;
}()}