Description
Smythson's wash bag is a must-have travel accessory, whether it's for a quick getaway or a long-haul trip. It is made from Smythson's signature Panama cross-grain leather that is sturdy and lightweight and has an oil-resistant lining. The two different compartments help keep your bathroom essentials organized.
Details
- Black double zip washbag in cross-grain calf leather.
- Oil resistant, satin-finish lining.
- Two zip compartments.
- Two internal slip pockets.
- Black edge paint.
- Made in Italy.
- Dimensions: W21.5 x H12 x D9.5cm | W8 x H5 x D3.5'.
The Panama Collection
'
});
})
function addtocart(qty,skus,key){
var data = {
"productId":"478688",
"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:'478688'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});