The Coll Dress Coral from Parisian powerhouse ba&sh is a fabulous addition to any wardrobe! An easy pull on style with a V neck and long sleeves, this dress is cut in a textured fabric with shirred panels across the shoulders, at the cuff and across the hip which add to the feminine styling and shape. A great simple style that dresses up easily with a heel and some jewels for an occasion but can also work as a work wardrobe staple or worn simply with a trainer for a days shopping with the girls!
1H23KOLL
'
});
})
function addtocart(qty,skus,key){
var data = {
"productId":"1119942",
"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:'1119942'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});