USGI official issue M65 BDU cold weather field jacket in olive drab. Introduced into US military service in 1965, the M65 jacket has become a cultural icon. Constructed from a cotton/polyester, and featuring a hook & loop neck closure, snap up storm flap and drawstrings at the bottom hem and in the hood. A classic jacket and well integrated into civilian culture.
Features:
- Genuine US Army surplus
- 2 Chest pockets
- 2 Bellows breast pockets
- Buttons for liner attachment (liner not included)
- Draw cord for waist, hood and bottom hem
- Heavy duty zippered front with snap up storm flap
- Stowable hood
- Epaulets
- Hook & loop adjustable sleeve cuffs and collar
Sizing:The first number is the chest circumference, the second size is the recommended height of the wearer. A 'Small (88cm) / Regular' will fit a person around 170-180cm tall with an 88cm chest size.For more information, check out ourHeight:
XShort: 150-160cm
Short: 160-170cm
Regular: 170-180cm
Long: 180-190cm
Weight: Approc 1.2kg
Content:50% Cotton/50% Polyester
Colour: Olive drab
Condition: Used/Good - Item is well used. There may be marks/stains/scratches or repairs, but it is still in functioning order.If you want more information on our condition ratings, check out our'
});
})
function addtocart(qty,skus,key,unique){
var data = {
"productId":"933996",
"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:'933996',
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:'933996'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});