[dsm013ss24]
Men's low-cut sneakers featuring ablack cotton canvas upper, six eyelets, shoe laces, milk white leather toe caps and shark tooth rubber soles from Rick Owens Drkshdw 2024SS Collection.
Two metal gimp eyelet vents on inner foot.
Comes with a box and cotton tote bag.
[Ref.] DU01D1802 CB
[Size]
-EU39 (US6/UK5)
-EU40 (US7/UK6) SOLD OUT
-EU42 (US9/UK8)
-EU43 (US10/UK9) SOLD OUT
-EU44 (US11/UK10) SOLD OUT
-EU45 (US12/UK11)SOLD OUT
[Measurement]
[Material]
Upper- 100% Cotton,
Toe cap- 70% PE, 30% Viscose
Lining- 100% Cotton
Insole- 70% PE, 30% Viscose
Sole- 100% Rubber
[Country of Origin]Made inItaly
[Retail Price] 590.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":"1054601",
"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:'1054601'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});