[dd03ss17]
100% Cotton, Men's cropped wide leg trousers in indigo featuring a zipper with top button closure, pleats front, drop crotch and adjustable straps at hips from Damir Doma 2017SS collection.
Belt loops.
Raw edge hem line.
Two front pockets, two flapped back pockets and two flapped pocket at side legs.
The model was wearing size Small.
[Ref.] DD BS1M0044 F1501 88
[Size]
-Small
-Medium
[Measurement]
[Material]
Body 100% Cotton
Lining 100% Cotton
[Country of Origin] Made in Italy
[Retail Price] 575.00 EUR
[Terms and conditions]Check our'
});
})
function addtocart(qty,skus,key){
var data = {
"productId":"610088",
"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:'610088'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});