[dsm020fw21]
Rick Owens Drkshdw and Converse havereleasedcollaborationsneakersDRKSTAR.
The DRKSTAR Chuck 70hi-cut sneakers featuring a white waxed cotton upper, eyelets, lace-up fastening,a elongated tongue, white rubber toe-cap, round All star logo on the sides.
Woven label bearing the model name on the tongue.
Comes with a box and spare shoe lace.
*Thisitems areexcluded from the promotionshipping from Japan
[Ref.] DC02AX686 CTDR2 111
[Size]
-MEN'SUS4.5 (UK4.5/EU37/JP23.5)
-MEN'SUS5.5 (UK5.5/EU38/JP24.5)
-MEN'SUS6 (UK6/EU39/JP24.5) Sold-out
-MEN'SUS7.5 (UK7.5/EU41/JP26) Sold-out
-MEN'SUS8.5 (UK8.5/EU42/JP27)
-MEN'SUS9.5 (UK9.5/EU43/JP28) Sold-out
-MEN'SUS10 (UK10/EU44/JP28.5)
-MEN'SUS11 (UK11EU45/JP29.5)
-MEN'SUS11.5 (UK11.5/EU46/JP30)
[Measurement]
[Material]
Upper-100% Cotton
Insole-100% Cotton
Sole-100% Rubber
[Country of Origin] Vietnam
[Retail Price] 170.00 EUR
[Terms and conditions]Check our'
});
})
function addtocart(qty,skus,key){
var data = {
"productId":"479522",
"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:'479522'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});