Hand knitted devil horn hood
${function() {
const variantData = data.variant || {"id":"f9d17e2d-01bf-409b-97fe-dbc4494024ad","product_id":"ddb4fda4-8cb5-40f2-97da-49df7e498dbf","title":"Grey-57-59Cm","weight_unit":"g","inventory_quantity":9999,"sku":"XHdwTlRxA-Grey-57-59Cm","barcode":"","position":1,"option1":"Grey","option2":"57-59Cm","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/04af89f863cf41884ccca9d72fe5fff2.jpeg","path":"04af89f863cf41884ccca9d72fe5fff2.jpeg","width":750,"height":750,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":35.89,"min_quantity":1}],"weight":"222","compare_at_price":"77","price":"35.89","retail_price":"77","available":true,"url":"\/products\/hand-knitted-devil-horn-hood?variant=f9d17e2d-01bf-409b-97fe-dbc4494024ad","available_quantity":999999999,"options":[{"name":"Color","value":"Grey"},{"name":"Size","value":"57-59Cm"}],"off_ratio":53,"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 `
`;
}()}