Heart winter heart-shaped knitted hat beanie
${function() {
const variantData = data.variant || {"id":"2d3dbd8f-67e5-4daf-8adf-011088b8c0be","product_id":"8f6391a4-4e7b-41b1-b2bc-88a2ae806028","title":"Red","weight_unit":"g","inventory_quantity":999,"sku":"XHHBiacdk-Red","barcode":"","position":1,"option1":"Red","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/a04f7e1088827498a73042b539ea2c28.jpeg","path":"a04f7e1088827498a73042b539ea2c28.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":10.89,"min_quantity":1}],"weight":"100","compare_at_price":"15","price":"10.89","retail_price":"15","available":true,"url":"\/products\/heart-winter-heart-shaped-knitted-hat-beanie?variant=2d3dbd8f-67e5-4daf-8adf-011088b8c0be","available_quantity":999999999,"options":[{"name":"Color","value":"Red"}],"off_ratio":27,"flashsale_info":[],"sales":31};
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 `
`;
}()}