Street Tree Camouflage Zip-Up Long Sleeve Jacket
${function() {
const variantData = data.variant || {"id":"c9b76808-603f-4efb-bd7e-00c7abb584b2","product_id":"a7d18160-018b-4941-bf98-8d9363d961b9","title":"Camouflage-S","weight_unit":"g","inventory_quantity":999,"sku":"XH6O064jH-Camouflage-S","barcode":"","position":1,"option1":"Camouflage","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/a37c539c8d59c4b8e019558c612cb791.jpeg","path":"a37c539c8d59c4b8e019558c612cb791.jpeg","width":960,"height":960,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":47.89,"min_quantity":1}],"weight":"0","compare_at_price":"68","price":"47.89","retail_price":"68","available":true,"url":"\/products\/street-tree-camouflage-zip-up-long-sleeve-jacket?variant=c9b76808-603f-4efb-bd7e-00c7abb584b2","available_quantity":999999999,"options":[{"name":"Color","value":"Camouflage"},{"name":"Size","value":"S"}],"off_ratio":30,"flashsale_info":[],"sales":7};
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 : XH6O064jH-Camouflage-S
${function(){
const variantData = data.variant || {"id":"c9b76808-603f-4efb-bd7e-00c7abb584b2","product_id":"a7d18160-018b-4941-bf98-8d9363d961b9","title":"Camouflage-S","weight_unit":"g","inventory_quantity":999,"sku":"XH6O064jH-Camouflage-S","barcode":"","position":1,"option1":"Camouflage","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/a37c539c8d59c4b8e019558c612cb791.jpeg","path":"a37c539c8d59c4b8e019558c612cb791.jpeg","width":960,"height":960,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":47.89,"min_quantity":1}],"weight":"0","compare_at_price":"68","price":"47.89","retail_price":"68","available":true,"url":"\/products\/street-tree-camouflage-zip-up-long-sleeve-jacket?variant=c9b76808-603f-4efb-bd7e-00c7abb584b2","available_quantity":999999999,"options":[{"name":"Color","value":"Camouflage"},{"name":"Size","value":"S"}],"off_ratio":30,"flashsale_info":[],"sales":7};
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 `
`;
}()}