Statue Printed Long Sleeve Zipper Jacket
${function() {
const variantData = data.variant || {"id":"563f1c05-e91c-4f71-adf6-a8d724d8d313","product_id":"0fb54dcb-7fba-4705-95f8-45f0cec8d655","title":"Khaki-S","weight_unit":"g","inventory_quantity":999,"sku":"XHdItiiix-Khaki-S","barcode":"","position":1,"option1":"Khaki","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/3d9f3dcc5230f71290035e722964b266.jpeg","path":"3d9f3dcc5230f71290035e722964b266.jpeg","width":1417,"height":1416,"alt":"","aspect_ratio":1.0007062146892656},"wholesale_price":[{"price":47.89,"min_quantity":1}],"weight":"0","compare_at_price":"59","price":"47.89","retail_price":"59","available":true,"url":"\/products\/statue-printed-long-sleeve-zipper-jacket?variant=563f1c05-e91c-4f71-adf6-a8d724d8d313","available_quantity":999999999,"options":[{"name":"Color","value":"Khaki"},{"name":"Size","value":"S"}],"off_ratio":19,"flashsale_info":[],"sales":1};
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":"563f1c05-e91c-4f71-adf6-a8d724d8d313","product_id":"0fb54dcb-7fba-4705-95f8-45f0cec8d655","title":"Khaki-S","weight_unit":"g","inventory_quantity":999,"sku":"XHdItiiix-Khaki-S","barcode":"","position":1,"option1":"Khaki","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/3d9f3dcc5230f71290035e722964b266.jpeg","path":"3d9f3dcc5230f71290035e722964b266.jpeg","width":1417,"height":1416,"alt":"","aspect_ratio":1.0007062146892656},"wholesale_price":[{"price":47.89,"min_quantity":1}],"weight":"0","compare_at_price":"59","price":"47.89","retail_price":"59","available":true,"url":"\/products\/statue-printed-long-sleeve-zipper-jacket?variant=563f1c05-e91c-4f71-adf6-a8d724d8d313","available_quantity":999999999,"options":[{"name":"Color","value":"Khaki"},{"name":"Size","value":"S"}],"off_ratio":19,"flashsale_info":[],"sales":1};
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 `
`;
}()}