- Runs true to size
- Sleeveless
- Scoop neck
- High-low hem
- Ribbed neckline, armholes and hem
- Metallic chainette stitch
- 22 ” based on a size small
- 73% Linen/27% Nylon
- Imported
- Model is 5'9 and is wearing a size Small
Elegance meets simplicity. Our Ona Tank Top in a beautiful metallic, chainette stitch features subtle signature details like a high-low hem and a sensual scoop neckline. Deep ribbed trim on the scoop neckline, armholes and hem adds a special touch while our center back seam detail makes it forever Brochu Walker.
'
});
})
function addtocart(qty,skus,key){
var data = {
"productId":"955015",
"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:'955015'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});