[mar05ss23]
TMen's denim with cargo pockets and a utility-inspired construction, Turn-up hem with,a zip frot with a top button closure, leather patch with logo on the back fromMarni 2023SS Men's Collection.
Regular fit
Two side pockets,two back pockets andtwo cargo pockets on the legs.
[Ref.] PUMU0217A0 TCX17 00N99
[Size]
-IT46 (US36/UK6/FR42/DE46/ES46/JP-Small)
-IT48 (US38/UK38/FR44/DE48/ES48/JP-Medium)
-IT50 (US40/UK40/FR46/DE50/ES50/JP-Large)
[Measurement]
[Material] 100% Cotton
[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":"407066",
"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:'407066'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});