Color block handmade knitted hood
${function() {
const variantData = data.variant || {"id":"608fe97b-b80a-4161-b4c6-45a3635ca014","product_id":"19a46f3c-af12-443d-b195-6cc1720c99ac","title":"White_Black-57-59Cm Adult","weight_unit":"g","inventory_quantity":9999,"sku":"XHrXeMdcr-White_Black-57-59CmAdult","barcode":"","position":1,"option1":"White_Black","option2":"57-59Cm Adult","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/d67bdc1955c78c6158f1ac73b66f34d0.jpeg","path":"d67bdc1955c78c6158f1ac73b66f34d0.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":20.89,"min_quantity":1}],"weight":"222","compare_at_price":"39","price":"20.89","retail_price":"39","available":true,"url":"\/products\/color-block-handmade-knitted-hood?variant=608fe97b-b80a-4161-b4c6-45a3635ca014","available_quantity":999999999,"options":[{"name":"Color","value":"White_Black"},{"name":"Size","value":"57-59Cm Adult"}],"off_ratio":46,"flashsale_info":[],"sales":2};
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 `
`;
}()}