These are exceptional high quality hi-viz (high visibility)pull over hoodiesby Yoko. A market leader in workwear, Yoko clothing is second to none. For a small fee we can print your logo:
- Conforms to EN ISO20471 C3
- Anti-pill single Jersey knitted soft-feel polyester fabric
- Attached hood with drawcord adjustment
- Made of anti-pill single jersey knitted soft-feel polyester fabric
- Two 5cm width reflective tapes around the body and arms, and one over each shoulder
- Attached hood with draw cord adjustment
- Taped back neck for extra comfort
- Drop shoulder
- Knitted ribbed cuffs and waistband
- Front kangaroo pocket
- Twin needle stitching throughout
Fabric
100% Polyester
Weight
280gsm
YFor printing please add size/s and colour/s to your shopping cart then go to '
});
})
function addtocart(qty,skus,key,unique){
var data = {
"productId":"1310519",
"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:'1310519',
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:'1310519'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});