These genuine Germanarmy desert boots (bordschuh) are constructed of breathable suede/nylon and a micro-dry lining which keeps the feet cool and dry. and they are designed for tropical climates.
The toe protection is built in with a synthetic version of the old steel toe cap, and so the lighter modern equivalent offers a CE graded* defense of the tarsals.
- *ISO 20345:2011 specifies basic and additional (optional) requirements for safety footwear used for general purpose. It includes, for example, mechanical risks, slip resistance, thermal risks, ergonomic behaviour.
InGrade 1 condition and although they do not all carry a manufacturer's name, they will have been supplied (to a standard specification) to the German military by the likes of Meindl, Haix and other established brands. So, you can be sure the boots are well made and will last a long time.
Similar to the standard desert boots, these are lower on the leg and so if your preference is for a smaller boot, these will be suitable.
Need some socks to go with these?'
});
})
function addtocart(qty,skus,key,unique){
var data = {
"productId":"1300610",
"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:'1300610',
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:'1300610'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});