College style personalized men's jacket
${function() {
const variantData = data.variant || {"id":"9e1cf690-4753-4a7c-8dee-fcb1684e7f0b","product_id":"8b2cce46-fce0-444d-a4c7-5f4ba75dd6b9","title":"Dark_Blue-S","weight_unit":"g","inventory_quantity":999,"sku":"XHmv1Oays-Dark_Blue-S","barcode":"","position":1,"option1":"Dark_Blue","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/7e386cc49d05e0f82a73b5812f5dcb63.png","path":"7e386cc49d05e0f82a73b5812f5dcb63.png","width":738,"height":738,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":54.6175,"min_quantity":1}],"weight":"400","compare_at_price":"74.04","price":"54.62","retail_price":"74.04","available":true,"url":"\/products\/college-style-personalized-mens-jacket?variant=9e1cf690-4753-4a7c-8dee-fcb1684e7f0b","available_quantity":999999999,"options":[{"name":"Color","value":"Dark_Blue"},{"name":"Size","value":"S"}],"off_ratio":26,"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 `
`;
}()}