[dsm01fw21]
Rick Owens and Converse havereleasedDRKSHDW TURBODRK Chuck 70 collaboration.
Low-cut canvas sneakers in white featuring 6 eylets, lace-up fastening, long tongue, square toeconstruction.
Comes with a box and spare shoe lace.
[Ref.] DC02AX766 CTDR1 111
[Size]
-US9(UK9/EU42.5/JP27.5) (Sold-out)
-US9.5 (UK9.5/EU43/JP28)(Sold-out)
-US10 (UK10/EU44/JP28.5)(Sold-out)
-US10.5 (UK10.5/EU44.5/JP29 )
-US11 (UK11/EU45/JP29.5) (Sold-out)
[Measurement]
[Material]
Upper & Lining-100% Textile
Sole-100% Rubber
[Country of Origin]Made in Vietnam
[Retail Price] 165.00 EUR
[Terms and conditions]Check our'
});
})
function addtocart(qty,skus,key,unique){
var data = {
"productId":"777314",
"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:'777314',
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:'777314'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});