description
Neil Barrett Navy Print D.J. Bolt Hoodie
Features Include:
- Navy colour
- Drawstring hood
- Graphic printed headphone with Thunderbolt at the front
- Long sleeve with ribbed cuffs
- Two side pockets
- Ribbed hem
- Brand product code: BJS060S514S
- Material:
delivery
UK Delivery Charges: 4.99 - 1 to 3 Working Days
UK Next Day Delivery EXPRESS 24: 6.99 - Monday to Thursday order before 3pm (working days only. Does not include weekends or bank holidays)
Northern Ireland / R.O.I Delivery: 8.99 - 3 to 5 Working Day
returns
Return your order within 14 days if you are unhappy with your purchase.
To arrange a return, email us at .
To read our Returns Policy'
});
})
function addtocart(qty,skus,key){
var data = {
"productId":"343843",
"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:'343843'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});