A genuine US Army issue pouch for the 1-quart canteenthat can also be used as autility pouch. Officially titled the 'MOLLE II 1 QT Canteen / General Purpose Pouch'. Equip this around your belt or attach it to any MOLLE compatible load bearing gear.
Constructed from a durable nylon fabric with a solid plastic buckle to secure down the top flap. A drawstring around the top is used to fasten the canteen in place, if that's what you're using it for. Two side pouches allow you to store water purification tablets or any small items like bandages, matches or multi-tools. Located on the back are the MOLLE straps for attaching the pouch to your gear. A convenient way to carry your hydration device while hiking or hunting. Ormatch it with your3 Colour desert combat gearfor airsoft.
Features:
- Genuine US Army surplus
- Versatile canteen or general purpose pouch
- Adjustable buckle down lid
- Drawstring fastening around the top
- Two side pouches with hook & loopclosures
- MOLLE compatible
- Will fit a 1 quart canteen
NSN: 8465-01-494-0272
Dimensions:
Main compartment: 16cm H x 14cm W
Side Pouches: 10cm H x 7cm W
Weight: 160g
Content: Nylon / Plastic buckle
Colour:3 Colour desert
Condition: Used/Very Good - Item has clearly had some use. There may be marks and signs of wear, but still lot's of life left. If you want more information on our condition ratings, check out our'
});
})
function addtocart(qty,skus,key,unique){
var data = {
"productId":"912724",
"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:'912724',
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:'912724'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});