Customize this Portwest Safety Pro Vented Hard Hat with your construction company logo. It is a cap style hard hat and is featured in Portwest’s line of high quality head protection. This vented hart hat is lightweight featuring an ultra-light and compact ABS shell. The vented shell allows for extra air-flow.
Upload your construction company logo and we will custom print your logo on these cap style hard hats. The custom print is made of vinyl and you can choose to have it placed on the back or the front of the hard hat.
Don’t have a design? Message us on LiveChat or fill an out an to speak with one of our in-house artists to design a custom logo for your construction company.
Rush service is available for 20% of your cart subtotal
*Must order at least 20 pieces
Note: Your custom logo can be any shape (circle, square, etc) but will have a background just like the product picture (either white, black, or the current background of your logo image). Once you place your order, our art department will work with you via email and provide digital mockups of what your custom logo on the hard hat would look like
Features
- cap style hard hat
- ABS shell
- 4 point textile harness with ratchet wheel adjustable size
- vented shell for extra air-flow
- adjustable from 20.4' to 24.8”
Technical Info
- ANSI/ISEA Z89.1 Type I, Class C
- '
});
})
function addtocart(qty,skus,key,unique){
var data = {
"productId":"1056780",
"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:'1056780',
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:'1056780'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});