Retro contrast tribal style webbing lined jacket
${function() {
const variantData = data.variant || {"id":"cb9650da-5477-4172-85b5-f2f0111d4713","product_id":"b33ce536-91fe-4298-91cb-2935bc2b7d21","title":"Black And Gray-S","weight_unit":"g","inventory_quantity":999,"sku":"XHLmpAf2Y-BlackAndGray-S","barcode":"","position":1,"option1":"Black And Gray","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/0e4161e382185b67d5573da720f52eaf.jpeg","path":"0e4161e382185b67d5573da720f52eaf.jpeg","width":964,"height":963,"alt":"","aspect_ratio":1.0010384215991692},"wholesale_price":[{"price":53.89,"min_quantity":1}],"weight":"0","compare_at_price":"75","price":"53.89","retail_price":"75","available":true,"url":"\/products\/retro-contrast-tribal-style-webbing-lined-jacket?variant=cb9650da-5477-4172-85b5-f2f0111d4713","available_quantity":999999999,"options":[{"name":"Color","value":"Black And 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.
Sku : XHLmpAf2Y-BlackAndGray-S
${function(){
const variantData = data.variant || {"id":"cb9650da-5477-4172-85b5-f2f0111d4713","product_id":"b33ce536-91fe-4298-91cb-2935bc2b7d21","title":"Black And Gray-S","weight_unit":"g","inventory_quantity":999,"sku":"XHLmpAf2Y-BlackAndGray-S","barcode":"","position":1,"option1":"Black And Gray","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/0e4161e382185b67d5573da720f52eaf.jpeg","path":"0e4161e382185b67d5573da720f52eaf.jpeg","width":964,"height":963,"alt":"","aspect_ratio":1.0010384215991692},"wholesale_price":[{"price":53.89,"min_quantity":1}],"weight":"0","compare_at_price":"75","price":"53.89","retail_price":"75","available":true,"url":"\/products\/retro-contrast-tribal-style-webbing-lined-jacket?variant=cb9650da-5477-4172-85b5-f2f0111d4713","available_quantity":999999999,"options":[{"name":"Color","value":"Black And 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 `
`;
}()}