Three letter patch solid color couple knitted beanie
${function() {
const variantData = data.variant || {"id":"75b29fb9-6a94-4ee8-a993-8ba786447872","product_id":"5e8710a6-0de6-4097-ba7b-bc1800bc806d","title":"Black-Elastic And Adjustable","weight_unit":"g","inventory_quantity":999,"sku":"XHk9cYX9L-Black-ElasticAndAdjustable","barcode":"","position":1,"option1":"Black","option2":"Elastic And Adjustable","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/efc55b6e259c89bb5ae1c2e20f78e094.jpeg","path":"efc55b6e259c89bb5ae1c2e20f78e094.jpeg","width":443,"height":442,"alt":"","aspect_ratio":1.002262443438914},"wholesale_price":[{"price":9.89,"min_quantity":1}],"weight":"100","compare_at_price":"15","price":"9.89","retail_price":"15","available":true,"url":"\/products\/three-star-letter-patch-solid-color-couple-knitted-beanie?variant=75b29fb9-6a94-4ee8-a993-8ba786447872","available_quantity":999999999,"options":[{"name":"Color","value":"Black"},{"name":"Size","value":"Elastic And Adjustable"}],"off_ratio":34,"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 `
`;
}()}