These British army gore-tex trousers are genuine UK military surplus and come in woodland DPM (Disruptive Pattern Material) camouflage. They are made from MVP Gore-Tex material which lets moisture vapour escape, while remaining fully waterproof. This breathable design lets the wearer remain dry even during moderate exercise. These Gore-Tex trousers have elasticated ankles, to stop water entering.
See our page regarding Gore-Tex.
Other features include:
- Good used condition (grade 1) may have minor professional repairs and require washing before use.
- British woodland DPM camouflage.
- Elasticated ankles.
- Waterproof and breathable MVP Gore-Tex.
Thats the trousers sorted,'
});
})
function addtocart(qty,skus,key,unique){
var data = {
"productId":"1289728",
"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:'1289728',
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:'1289728'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});