Solid Color Long Sleeve Zipper Plush Hooded Jacket
${function() {
const variantData = data.variant || {"id":"8462ef80-f126-4a34-8d44-d00eca646e2c","product_id":"35fe1375-8461-41a0-bda0-495884b66881","title":"Pink-S","weight_unit":"g","inventory_quantity":999,"sku":"XHOTIFTK8-Pink-S","barcode":"","position":1,"option1":"Pink","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/35daf44fa97e995debd112121597401f.jpeg","path":"35daf44fa97e995debd112121597401f.jpeg","width":1025,"height":1026,"alt":"","aspect_ratio":0.9990253411306043},"wholesale_price":[{"price":53.89,"min_quantity":1}],"weight":"400","compare_at_price":"59","price":"53.89","retail_price":"59","available":true,"url":"\/products\/solid-color-long-sleeve-zipper-plush-hooded-jacket?variant=8462ef80-f126-4a34-8d44-d00eca646e2c","available_quantity":999999999,"options":[{"name":"Color","value":"Pink"},{"name":"Size","value":"S"}],"off_ratio":9,"flashsale_info":[],"sales":85};
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":"8462ef80-f126-4a34-8d44-d00eca646e2c","product_id":"35fe1375-8461-41a0-bda0-495884b66881","title":"Pink-S","weight_unit":"g","inventory_quantity":999,"sku":"XHOTIFTK8-Pink-S","barcode":"","position":1,"option1":"Pink","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/35daf44fa97e995debd112121597401f.jpeg","path":"35daf44fa97e995debd112121597401f.jpeg","width":1025,"height":1026,"alt":"","aspect_ratio":0.9990253411306043},"wholesale_price":[{"price":53.89,"min_quantity":1}],"weight":"400","compare_at_price":"59","price":"53.89","retail_price":"59","available":true,"url":"\/products\/solid-color-long-sleeve-zipper-plush-hooded-jacket?variant=8462ef80-f126-4a34-8d44-d00eca646e2c","available_quantity":999999999,"options":[{"name":"Color","value":"Pink"},{"name":"Size","value":"S"}],"off_ratio":9,"flashsale_info":[],"sales":85};
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 `
`;
}()}