[lu06ss18]
Customized denim trucker jacket attached black lace at lower part from Lutz Huell 2018SS collection.
Bland logo embroidery at back.
Button front closure.
Two front pockets.
[Ref.]DT1095
[Size]
-Large
[Measurement]
[Material] 67% Cotton 33% Polyamid
[Country of Origin] Made inFrance
[Retail Price] 538.00 EUR
[Terms and conditions]Check our'
});
})
function addtocart(qty,skus,key){
var data = {
"productId":"341921",
"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:'341921'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});