Casual retro letter coat jacket
${function() {
const variantData = data.variant || {"id":"114e846c-4c68-4405-b301-32f6f95bdeea","product_id":"390d2547-68c8-4e3c-b1b0-921cb342c374","title":"Yellow-S","weight_unit":"g","inventory_quantity":999,"sku":"XHvVS0ebt-Yellow-S","barcode":"","position":1,"option1":"Yellow","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/83c8d2dbeeecc5a81258e52af31cf873.jpeg","path":"83c8d2dbeeecc5a81258e52af31cf873.jpeg","width":721,"height":722,"alt":"","aspect_ratio":0.9986149584487535},"wholesale_price":[{"price":53.03,"min_quantity":1}],"weight":"140","compare_at_price":"63.67","price":"53.03","retail_price":"63.67","available":true,"url":"\/products\/casual-retro-letter-coat-jacket?variant=114e846c-4c68-4405-b301-32f6f95bdeea","available_quantity":999999999,"options":[{"name":"Color","value":"Yellow"},{"name":"Size","value":"S"}],"off_ratio":17,"flashsale_info":[],"sales":8};
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 `
`;
}()}