Inspired by the iconic tail of a whale breaching the water, this board was designedwith a balanced feel when carrying food from the counter to the table. The ample surface also provides the utility of room to cut and serve a wide variety of foods. Locally sourced kiln-dried woods of the Hudson Valley are oiled and waxed with food-safe finishing products.
Also available in .
- Material |Cherry
- Dimensions | 13.5' x 14.5' x 1.125'
- Based in Hudson Valley, NY
- Style Code | P0019S
- Shop All '
});
})
function addtocart(qty,skus,key){
var data = {
"productId":"418918",
"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:'418918'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});