The Stacked Skateboard Deck from Real is a Jimmy Wilkins pro model. It has a 50/50 split stained woodgrain background featuring overlaying printed artwork by Deluxe artist Clay Halling. The graphic is of a series of plants precariously stacked on top of one another.
Select FREE Grip or pay extra to upgrade and let us know if you want it applied. (Decks cannot be returned once the grip is applied).
Get any of our Route One Undercarriage Kits for just 29.95 (save 20) with any full price deck. Compatible with 7.875' - 8.3' width boards only.
The kit contains Route One O.B. 5.375' Trucks, 52mm Wheels, Abec 5 Bearings and 1' Bolts.
'
});
})
function addtocart(qty,skus,key){
var data = {
"productId":"888344",
"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:'888344'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});