[yy02ss22]
Ananas drawstring bag in black rayon/cupro blend featuring adetachable shoulder straps and gathering detail throughout.
The baglooks like a piece of clothing from the Yohji Yamamoto FEMME 22SS Paris Collection. This drawstring bag, tailored like a dress, is a unique Yohji Yamamoto creation. Despite the luxurious use of fabric, the finish is very light.
[Ref.] DG-I38-232-1-02
[Size] One Size
[Measurement] 20cm x 24cm x 15cm
[Material] 67% Rayon, 33% Cupro
[Country of Origin] Made inJapan
[Retail Price] 660.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":"95259",
"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:'95259'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});