- Once you place your order an expert designer will contact you within 1 business day to go over the graphics and shell details.
- Our custom sublimated ice hockey shell program allows your team to have fully customized jerseys at an affordable price!
- Possibilities are endless as you can select from over 1,500 Pantone colors to create your design, including NHL colors and patterns.
- With a low initial minimum order of only 5 shells and no reorder minimum, these shells are ideal for rec leagues all the way up to club teams.
- All senior and junior player and goalie sizes available.
- No art set-up and hidden fees.
- Worldwide shipping available.
- Turnaround time is typically 4-5 weeks for normal orders and 1-3 weeks for rush orders.
- Step 1. Place an order for the number of shells needed for a first-time purchase or select 'Reorder' to order more existing custom shells. Add the total number of shells needed to the cart (minimum of 5 required for new orders, no minimum for reorders) and then complete payment. If you are unsure on the quantities needed or just want to get started on the design process, please place a refundable order for'
});
})
function addtocart(qty,skus,key){
var data = {
"productId":"918507",
"cartNum":qty,
"new":0
};
if(key){
data.uniqueId = skus[key].unique;
}
$.ajax({
url:"?m=jqajax&act=addtocart",
method:"POST",
dataType:"JSON",
data:data,
success :function(e){
layer.closeAll();
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);
}
}
});
}
$(".cart-wishlist").click(function(){
$.ajax({
url: "?m=jqajax&act=addwish",
method: "POST",
dataType: "JSON",
data: {
id:'918507'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});