Autumn and winter hot-selling knitted hats for men and women with alphabet letters and warm hats
${function() {
const variantData = data.variant || {"id":"69fcbd94-004e-4417-8500-b0883f043aa0","product_id":"88060142-a693-40de-a829-c3cb6f6be6e3","title":"Navy Blue","weight_unit":"g","inventory_quantity":999,"sku":"XHSi4KiWT-NavyBlue","barcode":"","position":1,"option1":"Navy Blue","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/ebd2ba952dae5ab3926817a88ae1eef3.jpeg","path":"ebd2ba952dae5ab3926817a88ae1eef3.jpeg","width":1200,"height":1200,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":8.89,"min_quantity":1}],"weight":"180","compare_at_price":"18","price":"8.89","retail_price":"18","available":true,"url":"\/products\/autumn-and-winter-hot-selling-knitted-hats-for-men-and-women-with-alphabet-letters-and-warm-hats?variant=69fcbd94-004e-4417-8500-b0883f043aa0","available_quantity":999999999,"options":[{"name":"Color","value":"Navy Blue"}],"off_ratio":51,"flashsale_info":[],"sales":26};
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 `
`;
}()}