Vintage Tree Camouflage Long Sleeve Zippered Thick Jacket
${function() {
const variantData = data.variant || {"id":"155830b8-fe63-4581-9aa9-739390621601","product_id":"a3f77ada-8788-413d-94f3-669f63bce72b","title":"Camouflage-S","weight_unit":"g","inventory_quantity":999,"sku":"XHoPkJecg-Camouflage-S","barcode":"","position":1,"option1":"Camouflage","option2":"S","option3":"","note":"","image":null,"wholesale_price":[{"price":44.89,"min_quantity":1}],"weight":"400","compare_at_price":"73","price":"44.89","retail_price":"73","available":true,"url":"\/products\/vintage-tree-camouflage-long-sleeve-zippered-thick-jacket?variant=155830b8-fe63-4581-9aa9-739390621601","available_quantity":999999999,"options":[{"name":"Color","value":"Camouflage"},{"name":"Size","value":"S"}],"off_ratio":39,"flashsale_info":[],"sales":14};
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 : XHoPkJecg-Camouflage-S
${function(){
const variantData = data.variant || {"id":"155830b8-fe63-4581-9aa9-739390621601","product_id":"a3f77ada-8788-413d-94f3-669f63bce72b","title":"Camouflage-S","weight_unit":"g","inventory_quantity":999,"sku":"XHoPkJecg-Camouflage-S","barcode":"","position":1,"option1":"Camouflage","option2":"S","option3":"","note":"","image":null,"wholesale_price":[{"price":44.89,"min_quantity":1}],"weight":"400","compare_at_price":"73","price":"44.89","retail_price":"73","available":true,"url":"\/products\/vintage-tree-camouflage-long-sleeve-zippered-thick-jacket?variant=155830b8-fe63-4581-9aa9-739390621601","available_quantity":999999999,"options":[{"name":"Color","value":"Camouflage"},{"name":"Size","value":"S"}],"off_ratio":39,"flashsale_info":[],"sales":14};
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 `
`;
}()}