This DPM field pack is issued to British troops as a respirator carry bag. Designed to fit onto a PLCE beltandother web belts. The bag features a small pouch on the exterior for respirator filters. A stylish DPM finish and adjustable shoulder strap makes this a great messenger bag.Made from robust and waterproofed, heavy duty nylon construction. This is a fantastic bag for students, campers, paintballers, airsofters and hunters.
Features:
- Genuine British surplus
- Waterproof, heavy duty nylon material
- Adjustable shoulder strap
- PLCE attachment point
- Exterior pouch
Dimensions:
Main Compartment - 22cm L x11cm W x 24cm H (Approximate)
Side Pouch - 8cm L x 3cm W x 13cm H (Approximate)
Total Capacity:6 Litres (Approximate)
Weight: 0.3kg
Pattern:DPM
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){
var data = {
"productId":"947811",
"cartNum":qty,
"new":0
};
if(key){
data.uniqueId = skus[key].unique;
}
$.ajax({
url:"?m=jqajax&act=addtocart",
method:"POST",
dataType:"JSON",
data:data,
success :function(e){
layer.closeAll();
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);
}
}
});
}
$(".cart-wishlist").click(function(){
$.ajax({
url: "?m=jqajax&act=addwish",
method: "POST",
dataType: "JSON",
data: {
id:'947811'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});