Boonie hats are an excellent form of protection against the sun as well as keeping rain and light out of your eyes with their large brims. The hat has a pair of ventilation holes on both sides to allow your head to breathe in humid conditions.
Equipped with a foliage ring you can get a bit of local vegetation in there for additional camouflage. They also come with a chin strap that can be adjusted with a leather toggle. Paired with a pretty neat reproduction of the MTP (Multi Terrain Pattern) camo, grab one for summer today!
Features:
- Large brim
- Durable rip-stop fabric
- Ventilation holes
- Foliage ring
- Adjustable chin strap
Sizing:Hat sizes are measured by the circumference around your head, above the ears. For more information, check out our.
Weight:Approx0.12kg
Colour:BTP (British Terrain Pattern)
Content:65% polyester 35% cotton
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":"823666",
"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:'823666',
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:'823666'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});