Organise your ammunition or other gear with this double40mm grenade pouch from the New Zealand Army. The coyote brown Coloured pouch fits two40mm grenades securely and keeps them on your belt for easy access.
Of course, most of us don't have 40mm grenades lying around (or any other types of grenades for that matter), so some creative thought may be in order to fully utilise these pouches. The pockets that would otherwise hold grenades are taperedand measure40mm diameter at the top to an approximate diameter of 25mm at the bottom. The pockets have an open bottom also, so a torch perhaps or other longer items could protrude through the bottom.
Features:
- Capacityfor two 40mm grenades
- Adjustable cover height
- Hook & loopfastening
Dimensions:Approx. 4cm L x 10cm W x 12.5cm H
Weight:Approx 78g
Content:Polyester
Colour:Coyote Brown
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":"912719",
"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:'912719',
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:'912719'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});