A genuine military issueM4 or M16 magazine pouch from the USMC (United States Marine Corps) in unissued condition. Designed for rapid reloads, featuring a quick access Velcro flap and bottom drainage hole. The pouch will attach to any MOLLE compatible system including combat vests, belts and other load bearing gear. Made from a durable nylon fabric in coyote brown. Make sure you don't run out of ammo on the paintball or airsoft field and pick up this ammo pouch.
Features:
- Genuine USMC surplus
- Can hold 1-2M16/M4 mags
- Quick access Velcro flaps
- Two rear MOLLE straps
- Elasticated sides for retention
- Tough nylon construction
Dimensions:Approx 17cm H x 9cm L x 5cm WWeight:0.1kg
Content:Nylon with Velcro straps and metal snap domesColour:Coyote BrownCondition:New/Unissued - Item has not been used and is in 'as new' condition. This may or may not be in original packaging. If you want more information on our condition ratings, check out our
'
});
})
function addtocart(qty,skus,key,unique){
var data = {
"productId":"902859",
"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:'902859',
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:'902859'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});