- Runs true to size
- Fitted waist
- A-line silhouette
- Midi length
- Button front
- Structured waistband
- Self, removable belt
- Button pockets
- 32” length size Small
- Lined
- 100% Linen
- Imported
The ultimate summer linen skirt, our Teagan Belted Skirt is the one you will want to wear every day. In a feminine, yet casual A-line silhouette, this midi skirt features a button front, removable self-belt and a structured waistband for a touch of tailoring. Functional, button-pockets add versatility and a little extra chic. We love this skirt with everything.
Part of our 'Kinder to the Environment' collection, the European Flax is the guarantee of traceability for premium linen fiber grown in Europe. This natural and sustainable fiber is cultivated without artificial irrigation and is GMO free.
'
});
})
function addtocart(qty,skus,key,unique){
var data = {
"productId":"1131637",
"cartNum":qty,
"new":0
};
if(key){
data.uniqueId = skus[key].unique;
}
if(unique){
data.uniqueId = unique;
}
$.ajax({
url:"?m=jqajax&act=addtocart",
method:"POST",
dataType:"JSON",
data:data,
success :function(e){
layer.closeAll();
console.log(e.error);
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);
}
}
});
}
function addto_sku(qty,skus,key){
$.ajax({
url:"?m=jqajax&act=addto_sku",
method:"POST",
dataType:"JSON",
data: {
id:'1131637',
sku: key,
},
success :function(e){
if (e.unique){
let unique = e.unique.replace(/'/g, '');
addtocart(qty,"","",unique);
}
}
});
}
$(".cart-wishlist").click(function(){
$.ajax({
url: "?m=jqajax&act=addwish",
method: "POST",
dataType: "JSON",
data: {
id:'1131637'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});