Once a magazine has been expended, where does it go? On the ground? In a pocket? Sometimes a simple solution is the best. This US Marine Corps issue pouch is the destination for those empty mags. A rather straightforward bag which can be carried on your belt or combat webbing.
The tough nylon body of the bag opens up wide at the topto ensure your mag dump is on targetwhile frantically reloading. On the front are two elastic loops for quick-access essentials. If you're the trigger happy type on the airsoft field, then you're going to need an ammo dump pouch. Make it the real deal, genuine issue surplus.
Features:
- Genuine USMC surplus
- Durable nylon construction
- Hook & loopclosure
- Straps to attach to leg webbing or a belt
- Two front elastic straps for additional equipment
- Can be rolled up and kept out of the way
NSN:8465-01-558-5130
Dimensions:Approx 28cm W x 30cm H x 14cm D
Weight: 275g
Content: Nylon
Colour: Coyote Brown
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":"896668",
"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:'896668',
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:'896668'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});