Vintage distressed fleece lapel jacket
${function() {
const variantData = data.variant || {"id":"4dbccf7b-3339-4b1a-b42c-4418a847dd2e","product_id":"79a48930-bd3e-4467-af6c-880fa9c9b2e8","title":"Light_Gray-S","weight_unit":"g","inventory_quantity":999,"sku":"XHZi8HrLe-Light_Gray-S","barcode":"","position":1,"option1":"Light_Gray","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/3130db5baf89a04ebbf3615ea21a4eec.jpeg","path":"3130db5baf89a04ebbf3615ea21a4eec.jpeg","width":1440,"height":1440,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":51.89,"min_quantity":1}],"weight":"400","compare_at_price":"73","price":"51.89","retail_price":"73","available":true,"url":"\/products\/vintage-distressed-fleece-lapel-jacket?variant=4dbccf7b-3339-4b1a-b42c-4418a847dd2e","available_quantity":999999999,"options":[{"name":"Color","value":"Light_Gray"},{"name":"Size","value":"S"}],"off_ratio":29,"flashsale_info":[],"sales":42};
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 : XHZi8HrLe-Light_Gray-S
${function(){
const variantData = data.variant || {"id":"4dbccf7b-3339-4b1a-b42c-4418a847dd2e","product_id":"79a48930-bd3e-4467-af6c-880fa9c9b2e8","title":"Light_Gray-S","weight_unit":"g","inventory_quantity":999,"sku":"XHZi8HrLe-Light_Gray-S","barcode":"","position":1,"option1":"Light_Gray","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/3130db5baf89a04ebbf3615ea21a4eec.jpeg","path":"3130db5baf89a04ebbf3615ea21a4eec.jpeg","width":1440,"height":1440,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":51.89,"min_quantity":1}],"weight":"400","compare_at_price":"73","price":"51.89","retail_price":"73","available":true,"url":"\/products\/vintage-distressed-fleece-lapel-jacket?variant=4dbccf7b-3339-4b1a-b42c-4418a847dd2e","available_quantity":999999999,"options":[{"name":"Color","value":"Light_Gray"},{"name":"Size","value":"S"}],"off_ratio":29,"flashsale_info":[],"sales":42};
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 `
`;
}()}