Retro baseball jacket two-piece set
${function() {
const variantData = data.variant || {"id":"c6241c36-8e29-4c6a-a61d-354fbf447294","product_id":"4cf4069a-0f39-46b2-a929-e20404d2de23","title":"Blue-S","weight_unit":"g","inventory_quantity":999,"sku":"XHnL0EVdR-Blue-S","barcode":"","position":1,"option1":"Blue","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/1945650073b4332139a3079d2c1bd95e.jpeg","path":"1945650073b4332139a3079d2c1bd95e.jpeg","width":1633,"height":1633,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":61.89,"min_quantity":1}],"weight":"700","compare_at_price":"80","price":"61.89","retail_price":"80","available":true,"url":"\/products\/retro-baseball-jacket-two-piece-set?variant=c6241c36-8e29-4c6a-a61d-354fbf447294","available_quantity":999999999,"options":[{"name":"Color","value":"Blue"},{"name":"Size","value":"S"}],"off_ratio":23,"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 `
`;
}()}