[rom04fw24]
Men's high waisted 5 pocket jeans in black cotton twill featurng a button front closure, floor length boot cut leg and long zipper running from centre butt, curving around the hip to hem fromRick Owens 2024FW 'PORTERVILLE' Collection.
Raw edge hem line.
Can be worn as a flared trousers to open zipper.
Belt loops.
Two side pockets, one small coin pocket and two back pockets.
[Ref.] RU02D6343 TB 09
[Size]
-30 (EU48/US38/UK38/IT48/JP3/Small)
-32 (EU50/US40/UK40/IT50/JP4/Medium)
[Measurement]
[Material]
Main- 100% Cotton (Twill)
[Country of Origin] Made in Italy
[Retail Price] 1175.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":"663769",
"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:'663769'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});