Statue Printed Long Sleeve Zipper Design Jacket
${function() {
const variantData = data.variant || {"id":"d4db4e89-aad7-4051-9a57-a492aa38c7a4","product_id":"ff44a8bf-b524-448c-ac5b-d013e86632c7","title":"Crimson-S","weight_unit":"g","inventory_quantity":999,"sku":"XHPIBHtBi-Crimson-S","barcode":"","position":1,"option1":"Crimson","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/b64e57d6b45c3792ab26b244cc47a241.jpeg","path":"b64e57d6b45c3792ab26b244cc47a241.jpeg","width":1338,"height":1337,"alt":"","aspect_ratio":1.0007479431563202},"wholesale_price":[{"price":49.89,"min_quantity":1}],"weight":"350","compare_at_price":"59","price":"49.89","retail_price":"59","available":true,"url":"\/products\/statue-printed-long-sleeve-zipper-design-jacket?variant=d4db4e89-aad7-4051-9a57-a492aa38c7a4","available_quantity":999999999,"options":[{"name":"Color","value":"Crimson"},{"name":"Size","value":"S"}],"off_ratio":15,"flashsale_info":[],"sales":11};
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 : XHPIBHtBi-Crimson-S
${function(){
const variantData = data.variant || {"id":"d4db4e89-aad7-4051-9a57-a492aa38c7a4","product_id":"ff44a8bf-b524-448c-ac5b-d013e86632c7","title":"Crimson-S","weight_unit":"g","inventory_quantity":999,"sku":"XHPIBHtBi-Crimson-S","barcode":"","position":1,"option1":"Crimson","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/b64e57d6b45c3792ab26b244cc47a241.jpeg","path":"b64e57d6b45c3792ab26b244cc47a241.jpeg","width":1338,"height":1337,"alt":"","aspect_ratio":1.0007479431563202},"wholesale_price":[{"price":49.89,"min_quantity":1}],"weight":"350","compare_at_price":"59","price":"49.89","retail_price":"59","available":true,"url":"\/products\/statue-printed-long-sleeve-zipper-design-jacket?variant=d4db4e89-aad7-4051-9a57-a492aa38c7a4","available_quantity":999999999,"options":[{"name":"Color","value":"Crimson"},{"name":"Size","value":"S"}],"off_ratio":15,"flashsale_info":[],"sales":11};
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 `
`;
}()}