- Runs true to size
- Popover silhouette
- Relaxed fit
- Stand collar, button, v neckline
- Long blouson sleeves with button cuffs
- Exaggerated curved high/low hem
- Back yoke with shirring detail
- 27” front length, 28” back length, size Small
- 100% Polyester
- Imported
Nothing compares to the ease of a feminine popover blouse and our Soro Blouse is simply day-to-night perfection. This Stand collar, button, v neck style features sensual elements like an exaggerated high/low hem that adds drape and blouson sleeves that add a little drama…designed to take you from desk to dinner and anywhere else you want to go.
'
});
})
function addtocart(qty,skus,key){
var data = {
"productId":"1441624",
"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:'1441624'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});