Inch Blue Superhero Shoes
Mini superheroes will look awesome with these cobalt blue leather baby and toddler shoes. One has a superhero motif and the other has 'BAM' written on it.
Made in Wales, Inch Blue soft leather baby shoes are the next best thing to bare feet. Breathable leather lets their little plump feet move and grow freely giving total unrestrictive comfort. Supple non-slip leather soles are perfect for early crawlers and walkers and are ideal for tiled and wooden surfaces. Elasticated ankles ensure a great fit and that the shoes stay firmly in place.
- 0-6 months (Length 10.5cm - Shoe Size 0-2 UK - 17-18 EU)
- 6-12 months (Length 12cm - Shoe Size 2-3.5 UK - 19-20 EU)
- 12-18 months (Length 13.5cm - Shoe Size 3.5 -5 UK - 20-22 EU)
- 18-24 months (Length 14.5cm - Shoe size 5-6.5 UK - 22-23 EU)
'
});
})
function addtocart(qty,skus,key){
var data = {
"productId":"1070077",
"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:'1070077'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "?m=login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});