woolen hat knitted jacquard letter knitted hat
${function() {
const variantData = data.variant || {"id":"aeda0153-aded-4c57-8444-daeb2c32c337","product_id":"100b2518-69a3-4b47-b9b1-14ace08db096","title":"Black-One Size Fits All","weight_unit":"g","inventory_quantity":999,"sku":"XHDgAGiw0-Black-OneSizeFitsAll","barcode":"","position":1,"option1":"Black","option2":"One Size Fits All","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/37670fe1956b1c74c0279767e987329f.jpeg","path":"37670fe1956b1c74c0279767e987329f.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":8.89,"min_quantity":1}],"weight":"0","compare_at_price":"15","price":"8.89","retail_price":"15","available":true,"url":"\/products\/woolen-hat-knitted-jacquard-letter-knitted-hat?variant=aeda0153-aded-4c57-8444-daeb2c32c337","available_quantity":999999999,"options":[{"name":"Color","value":"Black"},{"name":"Size","value":"One Size Fits All"}],"off_ratio":41,"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}
`
}()}
Product was out of stock.
Product is unavailable.
Sku : XHDgAGiw0-Black-OneSizeFitsAll
${function(){
const variantData = data.variant || {"id":"aeda0153-aded-4c57-8444-daeb2c32c337","product_id":"100b2518-69a3-4b47-b9b1-14ace08db096","title":"Black-One Size Fits All","weight_unit":"g","inventory_quantity":999,"sku":"XHDgAGiw0-Black-OneSizeFitsAll","barcode":"","position":1,"option1":"Black","option2":"One Size Fits All","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/37670fe1956b1c74c0279767e987329f.jpeg","path":"37670fe1956b1c74c0279767e987329f.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":8.89,"min_quantity":1}],"weight":"0","compare_at_price":"15","price":"8.89","retail_price":"15","available":true,"url":"\/products\/woolen-hat-knitted-jacquard-letter-knitted-hat?variant=aeda0153-aded-4c57-8444-daeb2c32c337","available_quantity":999999999,"options":[{"name":"Color","value":"Black"},{"name":"Size","value":"One Size Fits All"}],"off_ratio":41,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
`
}()}
people are viewing this right now
${function() {
const postageFreeAmount = 89;
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 `
`;
}()}