This genuine US Military issue load bearing vest is constructed with lightweight yet durable nylon fabric with 1/2' foam padding for shoulder protection.It featuressewn-in pouches, two buckles for secure fastening and adjustable draw-cords that are connected to left, right and back panels in a corset lacing system secured by cord lock.
This USGI Woodland Grenade Load Bearing Vest is ideal for carrying 40mm grenades. This vest can hold a total of 14 HE Grenades and 4 x 40mm special purpose grenadesin permanently attached grenade pockets. Wear with the standard equipment belt and enjoy a comfortable fit and secure load-bearing with this one-size-fits-most vest.
Features:
- Genuine US Army surplus
- ALICE compatible
- Front and rear shoulder strap adjustment
- Laced paracord for side adjustment
- Snap closure button to secure each pouch cover
- 2 x 2 1/4 inch webbing and 2 x D-Rings sewn at back of vest for adding additional pouches or equipment.
Content:100% Nylon
NSN:8415-01-317-1622
Sizing:These vests are adjustable.
Weight:0.900kg
Pattern:Woodland camouflage pattern
Condition: Used/Excellent - Item is near unused. There may be some minor signs of use or marks from storage. If you want more information on our condition ratings, check out our'
});
})
function addtocart(qty,skus,key,unique){
var data = {
"productId":"13819",
"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:'13819',
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:'13819'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});