[rom04ss24]
Men's high waisted 5 pocket jeans in black cotton poplin featurng a button front closure, floor length boot cut leg and long zipper running from centre butt, curving around the hip to hemfromRick Owens 2024SS 'LIDO' Collection.
Raw edge hem line.
Can be worn as a flared trpusers to open zipper.
Belt loops.
Two side pockets, one small coin pocket and two back pockets.
[Ref.] RU01D3343 P 09
[Size]
-32 (EU50/US40/UK40/IT50/JP4/Medium) SOLD OUT
-34 (EU52/US42/UK42/IT52/JP5/Large)
[Measurement]
[Material]100% Cotton (Poplin)
[Country of Origin] Made inItaly
[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,unique){
var data = {
"productId":"554025",
"cartNum":qty,
"new":0
};
if(key){
data.uniqueId = skus[key].unique;
}
if(unique){
data.uniqueId = unique;
}
$.ajax({
url:"?m=jqajax&act=addtocart",
method:"POST",
dataType:"JSON",
data:data,
success :function(e){
layer.closeAll();
console.log(e.error);
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);
}
}
});
}
function addto_sku(qty,skus,key){
$.ajax({
url:"?m=jqajax&act=addto_sku",
method:"POST",
dataType:"JSON",
data: {
id:'554025',
sku: key,
},
success :function(e){
if (e.unique){
let unique = e.unique.replace(/'/g, '');
addtocart(qty,"","",unique);
}
}
});
}
$(".cart-wishlist").click(function(){
$.ajax({
url: "?m=jqajax&act=addwish",
method: "POST",
dataType: "JSON",
data: {
id:'554025'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});