Does your child aspire to be more than just a regular soldier? Go high speed with one of these kidsUnderBodyArmourCombatShirts! Designed for comfort whenworn under vests/plate carriers. The arms & shoulders are covered in tough rip-stop fabric whilethe body is made from a lighter, breathable fabric. This way, your little soldier can operate all day without getting tuckered out!
Features:
- MTP style camo
- Rip-stop shoulder/sleeves
- Soft breathable torso fabric
- Hook & loop surface for ID/morale patches
- Quarter zip
- Adjustable hook & loop cuffs
- Forearm insert slots (no padding inserts included)
- Pen pocket on left arm
Sizing:Sizes are based on average age group size
Weight:Approx 0.4kg
Content:50% Polyester / 50% Cotton
Colour:BTP(British Terrain Pattern)
Condition: New - Commercial New Product (Non-Military issue). If you want more information on our condition ratings, check out our '
});
})
function addtocart(qty,skus,key,unique){
var data = {
"productId":"748175",
"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:'748175',
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:'748175'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});