Introducing Whitney, a beautifully crafted chelsea with a crepe platform. Made with microfiber woven vegan leather that breaks in beautifully the same way a leather boot would. Made ethically always - kind to people and animals.
- Microfiber vegan leather upper
- Water-resistant
- Breathable antimicrobial microfiber lining
- Elastic on sides for easy wear
- certified materials
- Cushion insole
- Crepe sole is comfortable and shock absorbent
- Platform height 1.5', heel height 2'
- Sizing: runs about a half size large, if you're in between sizes we recommend sizing down
- Manufactured ethically in Portugal
- Also available in'
});
})
function addtocart(qty,skus,key){
var data = {
"productId":"80216",
"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:'80216'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});