Ramp up your storage capacity with this MOLLE (Modular Lightweight Load-carrying Equipment) compatible belt pouch. PALS webbing lines the front and rear for securing it to a belt and adding further attachments like a tool pouch. Belts are only the beginning, attach this utility pouch to any MOLLE compatible gear like vests and backpacks.
The beauty of a utility pouch is the versatility it offers. In the large main compartment you could carry such things as; a first-aid kit, small tablet, documents or a half a tool kit. Internally, the pouch features a slip pocket and two elasticated straps for securing in loose gear. Whether you're in the line of security or duty work, or you're getting decked out for paintball/airsoft, you can carry the essentials in this large utility pouch.
Features:
- Compatible with MOLLE equipment
- PALS on the front and rear
- Polyester construction with water resistant PVC coating
- Hook & loopstrips on the top PALS webbing
- Large main compartment with zip closure
- Internal slip pocket
- Two elasticated straps sewn into the interior for securing gear
Dimensions: 16cm L x 6cm W x 22cm H
Manufacturer: Mil-Tec
Weight: 0.2kg
Content: Polyester with PVC coating
Colour: Black, olive drab, coyote brown.
Condition: New - Commercial New Product (Non-Military issue). If you want more information on our condition ratings, check out our'
});
})
function addtocart(qty,skus,key,unique){
var data = {
"productId":"667110",
"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:'667110',
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:'667110'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});