Fashion Solid Color Long Sleeve Zipper Multi-Pocket Jacket
${function() {
const variantData = data.variant || {"id":"681f009f-2e6c-44ca-80c6-2836adb3aaef","product_id":"1f42cb04-2966-4530-80c9-7803e54b529b","title":"Dark_Gray-S","weight_unit":"g","inventory_quantity":999,"sku":"XHM6NObSD-Dark_Gray-S","barcode":"","position":1,"option1":"Dark_Gray","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/f94fb59e53c0b8656ad19444dd38131d.jpeg","path":"f94fb59e53c0b8656ad19444dd38131d.jpeg","width":933,"height":933,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":49.89,"min_quantity":1}],"weight":"0","compare_at_price":"59","price":"49.89","retail_price":"59","available":true,"url":"\/products\/fashion-solid-color-long-sleeve-zipper-multi-pocket-jacket-0st2?variant=681f009f-2e6c-44ca-80c6-2836adb3aaef","available_quantity":999999999,"options":[{"name":"Color","value":"Dark_Gray"},{"name":"Size","value":"S"}],"off_ratio":15,"flashsale_info":[],"sales":4};
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 : XHM6NObSD-Dark_Gray-S
${function(){
const variantData = data.variant || {"id":"681f009f-2e6c-44ca-80c6-2836adb3aaef","product_id":"1f42cb04-2966-4530-80c9-7803e54b529b","title":"Dark_Gray-S","weight_unit":"g","inventory_quantity":999,"sku":"XHM6NObSD-Dark_Gray-S","barcode":"","position":1,"option1":"Dark_Gray","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/f94fb59e53c0b8656ad19444dd38131d.jpeg","path":"f94fb59e53c0b8656ad19444dd38131d.jpeg","width":933,"height":933,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":49.89,"min_quantity":1}],"weight":"0","compare_at_price":"59","price":"49.89","retail_price":"59","available":true,"url":"\/products\/fashion-solid-color-long-sleeve-zipper-multi-pocket-jacket-0st2?variant=681f009f-2e6c-44ca-80c6-2836adb3aaef","available_quantity":999999999,"options":[{"name":"Color","value":"Dark_Gray"},{"name":"Size","value":"S"}],"off_ratio":15,"flashsale_info":[],"sales":4};
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 `
`;
}()}