*Note* Our recent batch incorporates various ages and printing manufacturers, resulting in many shades of flecktarn - see last image for example.
Here we have some genuine German army Funf Farben Tarndruck der Bundeswehr (Five color camouflage of the Bundeswehr) or simply Flecktarn camouflage Trousers. Made from a blend of cotton/polyester, these trousers are comfortable and hard-wearing.
Made to German army specifications, it goes without saying these are
high quality trousers. No shortage of storage either with five pockets: 2 slash pockets, 2 cargo pockets and one button flap pocket on the seat.
Features:- Two metal dome closure cargo pockets.
- Zip & button fastening fly
- 2 x slash pockets
- 2 x cargo pockets with press stud fastening
- Belt loops & provision for button braces
- Double stitched seams
- Loops for 4.5cm belt
Sizing:The first number is the waist circumference, the second size is the recommended height of the wearer. A 'Medium (79-89cm) / Regular' will fit a person around 170-180cm tall with an 89cm waist size.For more information, check out our.
Height:
Short: 160-170cm
Regular: 170-180cm
Long: 180-190cm
XLong: 190-200cmColour: 5 Colour Flecktarn
Content: 65% Cotton 35% Polyester
Condition:Used/Good - Item is well used. There may be marks/stains/scratches or repairs, but it is still in functioning order. There may also be fading. If you want more information on our condition ratings, check out our
'
});
})
function addtocart(qty,skus,key,unique){
var data = {
"productId":"1046923",
"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:'1046923',
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:'1046923'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});