Cartoon cute spoof funny knitted woolen hats for men and women
${function() {
const variantData = data.variant || {"id":"5c3c513e-4599-4c34-85a8-7e02ac4d736e","product_id":"d5ec46e4-5d77-4e3f-bdd4-3cb3d4dbf0d9","title":"Black","weight_unit":"g","inventory_quantity":999,"sku":"XHvj4Opqs-Black","barcode":"","position":1,"option1":"Black","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/044e177e74c4602fd52341244ce83811.jpeg","path":"044e177e74c4602fd52341244ce83811.jpeg","width":999,"height":999,"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\/cartoon-cute-spoof-funny-knitted-woolen-hats-for-men-and-women?variant=5c3c513e-4599-4c34-85a8-7e02ac4d736e","available_quantity":999999999,"options":[{"name":"Color","value":"Black"}],"off_ratio":27,"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 `
`;
}()}