[kkw08fw24]
A winter focus of Lella hybrid ballerina shoes featuring a faux fur lining in a matt leather with patent leather panelling using rubber driving sole from Kiko Kostadinov 2024FW collection.
Grosgrain lace fastening.
Engraved logo charm detail.
[Ref.] KKWAW24FT02-15
[Size]
-EU37
-EU38
-EU39
[Measurement]
[Material] 100% Calf leather, 100% Bovine Leather, 100% Faux fur
[Country of Origin] Made in Turkey
[Retail Price] 234.00 EUR
[Shipping Protection]If youneedinsurance,Add 3% of purcshase price to insure.(9.00EUR minimum charge)If your package is lost, damaged or stolen in transit, insurance will ensure that your package is covered.If you don't need shipping insurance, remove it.
[Terms and conditions]Check our'
});
})
function addtocart(qty,skus,key){
var data = {
"productId":"1126571",
"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:'1126571'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});