This Austrian army surplus M65 jacket is genuine military issue and a very popular design similar to the iconic American M65 jackets, a real army surplus classic. The high quality, heavy-duty cotton fabric ensures you'll be warm, protected and comfortable at all times.
Features:
- Distressed - Good condition- may have minor professional repairs
- Heavy duty cotton polyester material.
- Austrian military olive drab colour.
- Shoulder epaulettes.
- Concealed hood that can be rolled into the collar when not in use.
- Fourlarge and practical pockets.
- Zip fastened with a buttoned wind flap.
- Double lined for comfort and warmth.
- Button adjusted cuffs
- Velcro name strip.
- Drawstring waist to keep in the warmth in and a more fitted look if desired.
- May or may not have arm emblem patch.
Want the 'Gore-Tex' version?'
});
})
function addtocart(qty,skus,key,unique){
var data = {
"productId":"2214293",
"cartNum":qty,
"new":0
};
if(key){
data.uniqueId = skus[key].unique;
}
if(unique){
data.uniqueId = unique;
}
$.ajax({
url:"?m=jqajax&act=addtocart",
method:"POST",
dataType:"JSON",
data:data,
success :function(e){
layer.closeAll();
console.log(e.error);
if(e.error == 0){
$(".right-mini-cart-box").html(e.html);
$(".CartCount").html(e.data.count);
$('.drawer-toggle-cart').trigger("click");
}else{
layer.msg(e.msg);
}
}
});
}
function addto_sku(qty,skus,key){
$.ajax({
url:"?m=jqajax&act=addto_sku",
method:"POST",
dataType:"JSON",
data: {
id:'2214293',
sku: key,
},
success :function(e){
if (e.unique){
let unique = e.unique.replace(/'/g, '');
addtocart(qty,"","",unique);
}
}
});
}
$(".cart-wishlist").click(function(){
$.ajax({
url: "?m=jqajax&act=addwish",
method: "POST",
dataType: "JSON",
data: {
id:'2214293'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});