Contrast vintage zip-up jacket
${function() {
const variantData = data.variant || {"id":"ff72524c-638e-407b-9d1f-3da3bcd0c1dc","product_id":"68bb47d9-8c8f-4613-9e1c-e2c1ea021a96","title":"Gray-S","weight_unit":"g","inventory_quantity":999,"sku":"XH3Ws00EW-Gray-S","barcode":"","position":1,"option1":"Gray","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/28c097c489e4587c59fef4401bd5796e.png","path":"28c097c489e4587c59fef4401bd5796e.png","width":480,"height":480,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":53.89,"min_quantity":1}],"weight":"0","compare_at_price":"75","price":"53.89","retail_price":"75","available":true,"url":"\/products\/contrast-vintage-zip-up-jacket?variant=ff72524c-638e-407b-9d1f-3da3bcd0c1dc","available_quantity":999999999,"options":[{"name":"Color","value":"Gray"},{"name":"Size","value":"S"}],"off_ratio":28,"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.
${function(){
const variantData = data.variant || {"id":"ff72524c-638e-407b-9d1f-3da3bcd0c1dc","product_id":"68bb47d9-8c8f-4613-9e1c-e2c1ea021a96","title":"Gray-S","weight_unit":"g","inventory_quantity":999,"sku":"XH3Ws00EW-Gray-S","barcode":"","position":1,"option1":"Gray","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/28c097c489e4587c59fef4401bd5796e.png","path":"28c097c489e4587c59fef4401bd5796e.png","width":480,"height":480,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":53.89,"min_quantity":1}],"weight":"0","compare_at_price":"75","price":"53.89","retail_price":"75","available":true,"url":"\/products\/contrast-vintage-zip-up-jacket?variant=ff72524c-638e-407b-9d1f-3da3bcd0c1dc","available_quantity":999999999,"options":[{"name":"Color","value":"Gray"},{"name":"Size","value":"S"}],"off_ratio":28,"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 `
`;
}()}