Vintage Tree Camouflage Lined Zip-Up Jacket
${function() {
const variantData = data.variant || {"id":"6db3b95b-5052-4a34-84e2-c08acab911b0","product_id":"51eaea98-472d-48d5-b29c-5f6bde6d475b","title":"Same_As_Photo-S","weight_unit":"g","inventory_quantity":999,"sku":"XHaLSRDZQ-Same_As_Photo-S","barcode":"","position":1,"option1":"Same_As_Photo","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/bfaf10b5ef1f91d2be5c7f44ce95c1fe.jpeg","path":"bfaf10b5ef1f91d2be5c7f44ce95c1fe.jpeg","width":1360,"height":1361,"alt":"","aspect_ratio":0.9992652461425422},"wholesale_price":[{"price":47.89,"min_quantity":1}],"weight":"0","compare_at_price":"68","price":"47.89","retail_price":"68","available":true,"url":"\/products\/vintage-tree-camouflage-lined-zip-up-jacket?variant=6db3b95b-5052-4a34-84e2-c08acab911b0","available_quantity":999999999,"options":[{"name":"Color","value":"Same_As_Photo"},{"name":"Size","value":"S"}],"off_ratio":30,"flashsale_info":[],"sales":2};
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 : XHaLSRDZQ-Same_As_Photo-S
${function(){
const variantData = data.variant || {"id":"6db3b95b-5052-4a34-84e2-c08acab911b0","product_id":"51eaea98-472d-48d5-b29c-5f6bde6d475b","title":"Same_As_Photo-S","weight_unit":"g","inventory_quantity":999,"sku":"XHaLSRDZQ-Same_As_Photo-S","barcode":"","position":1,"option1":"Same_As_Photo","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/bfaf10b5ef1f91d2be5c7f44ce95c1fe.jpeg","path":"bfaf10b5ef1f91d2be5c7f44ce95c1fe.jpeg","width":1360,"height":1361,"alt":"","aspect_ratio":0.9992652461425422},"wholesale_price":[{"price":47.89,"min_quantity":1}],"weight":"0","compare_at_price":"68","price":"47.89","retail_price":"68","available":true,"url":"\/products\/vintage-tree-camouflage-lined-zip-up-jacket?variant=6db3b95b-5052-4a34-84e2-c08acab911b0","available_quantity":999999999,"options":[{"name":"Color","value":"Same_As_Photo"},{"name":"Size","value":"S"}],"off_ratio":30,"flashsale_info":[],"sales":2};
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 `
`;
}()}