The design and concept are based on theCADPAT uniform, MARPAT (marine pattern) is a digital pattern used by the USMC. This is a sturdy piece of genuine issue clothing. A 50/50 split between nylon and cotton makes up the material, wrapped in the super effective and stylish, 'woodland MARPAT'.
These trousersaren't just good looking either, theyhave a reinforced crotch areato prevent them wearing out. They also boast four, good size pockets. Two on the back, for things like wallets,and two on the thighs, for general storage. They also have a shirt partner, found .
Height:
Short: 160-170cm
Regular: 170-180cm
Long: 180-190cm
XLong: 190-200cm
Pattern: MARPAT Woodland
Condition:Used/Very Good - Item has clearly had some use. There may be marks and signs of wear, but still lot's of life left. If you want more information on our condition ratings, check out our '
});
})
function addtocart(qty,skus,key,unique){
var data = {
"productId":"762392",
"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:'762392',
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:'762392'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});