A genuine military issueM4 or M16 magazine pouch from the US military. 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 khaki. You can double stack 2 AR mags or just run them as singles, the choice is yours! Make sure you don't run out of ammo on the paintball or airsoft field and pick up this ammo pouch.
Features:
- Genuine US Army surplus
- Holds a two M16/M4 magazines
- Quick access Velcro flaps
- Two rear MOLLE straps
- Tough nylon construction
Dimensions:Approx 17cm H x 8cm L x 4cm WWeight:Approx 0.1kg
Content:1000D Nylon Cordura & metal partsColour:KhakiCondition: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":"901454",
"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:'901454',
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:'901454'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});