Chaya Ragnaroll Pro Roller Skate Boots
The Chaya Ragnaroll boot only is inspired by a 70’s high-cut sneaker style that provides great ankle support and heel lock thanks to the 45 eyelets and the SBR flex cut in the tongue.
The upper is made out of PU and leather overlays to reinforce high-wear areas with an additional TPU external toe cap to hold against the toughest wear and tear.
The anatomically shaped fibreglass composite internal shell in combination with the shock-absorbing insole is extremely comfortable and delivers maximum impact protection and durability.
The boot can be combined with Chaya plates by either using the DCM Mounting hardware or by assembling the boot with standard mounting hardware - both hardware options are included in the box.
The Chaya Ragnaroll boot only, allows you to create your own personal set-up with your favourite plates, trucks, wheels and sliders.
Size:EU 38-45
Fit:EU sizing.Pleasemeasure up and check the size chart as these are a snug fitting skate.
Forassistancewith sizingand instructions onhow to measure up for skates check out our helpful guide'
});
})
function addtocart(qty,skus,key,unique){
var data = {
"productId":"1583164",
"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:'1583164',
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:'1583164'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});