[dsm02fw23]
Fashion designer Rick Owens ups the ante with a platform edition of his transformative DRKSTAR Chuck 70 design.
[Ref.] DC02CX954 A04R1
[Size]
-MEN'SUS5.5 (UK5.5/EU38/JP24.5)
-MEN'SUS6 (UK6/EU39/JP24.5)
-MEN'SUS7.5(UK7.5/EU41/JP26) SOLD OUT
-MEN'SUS8.5(UK8.5/EU42/JP27)
-MEN'S US9.5 (UK9.5/EU43/JP28) SOLD OUT
-MEN'SUS10 (UK10/EU44/JP28.5)
-MEN'SUS11 (UK11EU45/JP29.5)
[Measurement]
[Material]
Upper 100% Cotton
Insole 100% Cotton
Sole 100% Rubber
[Country of Origin]Made inVietnam
[Retail Price] 180.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":"491853",
"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:'491853'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});