[ke06fw21]
Grossy satin panneled slip dress in black/red featuring a V-neck, thin shoulder straps,an open V-back and one side slit detailfromKwaidan Editions 2021FW collection.
Agraphic patche at left buttom.
[Ref.] AW21WD062W_VCS
[Size]
-FR36 (US2/UK6/IT40/Small) SOLD OUT
-FR38 (US4/UK8/IT42/Medium)
[Measurement]
[Material]
Main 100% Cupro
Other fabric 57% Silk, 43% Polyamide
[Country of Origin] Made inItaly
[Retail Price] 832.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":"835344",
"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:'835344'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});