Product details
Willow Stripe Sweater Dress in Oatmeal
Size
- XS
- Small
- Medium
- Large
- X-Large
- 2X
- 3X
- 4X
QTY:
Willow Stripe Sweater Dress in Oatmeal
Size
- XS
- Small
- Medium
- Large
- X-Large
- 2X
- 3X
- 4X
QTY:
Features
- V Neckline
- Functional buttons at bust
- Longsleeves
- Ribbed knit
- Oatmeal with black colored stripes
- 52%Viscose, 28% Polyester, 20% Nylon
Size + Fit
- XS 00-2, Small 2-6, Medium 8-10, Large 12-14, X-Large 16-18, 2X 20-22, 3X 24-26, 4X 28-30
- Halle is 5'5', a size 1 and is wearing a Small
- Morganis 5'6' a size 18 and is wearing a size 2X
- Runs true to size, if in between sizes size down.
Size | Bra Band | Length |
X-Small | 32' | 43.5' |
Small | 34'
| 44' |
Medium | 36'
| 44.5'
|
Large | 38'
| 45'
|
X-Large | 40'
| 45.5'
|
2X | 46' | 46.5' |
3X | 48' | 47.5' |
4X | 50' | 48' |
Styled With
- '
});
})
function addtocart(qty,skus,key){
var data = {
"productId":"189100",
"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:'189100'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});