Working knitted devil horn mask headgear
${function() {
const variantData = data.variant || {"id":"ec9de7ac-acc0-43b6-b956-549a1a2b8d0b","product_id":"525bf98d-9b1a-4159-a334-3332782022b0","title":"White-One Size Fits All And Elastic","weight_unit":"g","inventory_quantity":9999,"sku":"XHyxdwFP0-White-OneSizeFitsAllAndElastic","barcode":"","position":1,"option1":"White","option2":"One Size Fits All And Elastic","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/7a7a5c42b97f2656427386e33f2ba034.jpeg","path":"7a7a5c42b97f2656427386e33f2ba034.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":27.89,"min_quantity":1}],"weight":"222","compare_at_price":"49","price":"27.89","retail_price":"49","available":true,"url":"\/products\/working-knitted-devil-horn-mask-headgear?variant=ec9de7ac-acc0-43b6-b956-549a1a2b8d0b","available_quantity":999999999,"options":[{"name":"Color","value":"White"},{"name":"Size","value":"One Size Fits All And Elastic"}],"off_ratio":43,"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 `
`;
}()}