[mar021fw22]
Men's denim trousers in washed black featuring a zip front with a top button closure,, wide legs and ripped raw edge hemfromMarni 2022FW Men's Collection.
Belt loops.
Leather brand logo patch at back.
Two side pockets, one coin pocket and two back pockets.
[Ref.] PUJU0060Y1 USCU46 FCN80
[Size]
-30 SOLD OUT
-32 SOLD OUT
[Measurement]
[Material]
Main- 100% Cotton (Denim)
Patch- Calf leather
[Country of Origin] Made in ITALY
[Retail Price] 585.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":"535564",
"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:'535564'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});