[ha016fw16]
Light weight, Padded zip-up sport jacket in black featuring a zipper front closure, long sleeves, ribbed stand collar, cuffs and hem line from Haider Ackermann 2016 fall & winter Collection.
Slightly cropped length.
Patch-worked other fabric at both side and under the sleeves.
Two flapped front pockets and a zipped pocket at one sleeve.
[Ref.] 164-1018-187-098
[Size]
-FR36 (Small)
-FR38 (Medium)
[Measurement]
[Material] 100% Virgin Wool + 64% Acetate, 36% Cotton
[Country of Origin] Made in Italy
[Retail Price] 1453.00 EUR
[Terms and conditions] Check our'
});
})
function addtocart(qty,skus,key){
var data = {
"productId":"647421",
"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:'647421'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});