Product details
Black Diamond Half Dome Helmet
QTY:
Add to cart
Black Diamond Half Dome Helmet
QTY:
Add to cart
The Half Dome has long been a staple for climbers worldwide. Now redesigned, the helmet features a new lower profile suspension system with a one-handed dial combined with streamlined headlamp clips for added comfort and simplicity. Finally, an updated chin strap adds more efficiency and security while on the rock.*** For safety reasons all climbing gear is final sale*** EPS impact foam and durable ABS shell Updated, low-profile suspension system Streamlined, lightweight headlamp clips One-handed fit adjustment dial Easily adjustable chin strap S/M M/L Size Range 50-58 cm (19.7-23 in) 56-63 cm (22-25 in) Weight 330 g (11.6 oz) 350 g (12.3 oz)
'
});
})
function addtocart(qty,skus,key,unique){
var data = {
"productId":"498508",
"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:'498508',
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:'498508'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});