Taking inspiration from our traditional wrap skirtsTapis,Himigis designed with the modern Filipina in mind, swaying and sashaying to her own tune. This versatile wrap skirt is a wardrobe staple with its classic design and sexy modest overlap slit. This is our go-to skirt for those quick errands, a trip to the beach, formal events, or even just for lounging. This is made in a combination of linen blend and Hablon and Kantarines stripes handwoven by our partner community in Argao and Mang Abel Ti Abra.
Featuring a beautiful embroidery of the She Talks Asia signature lips logo.
- See'
});
})
function addtocart(qty,skus,key,unique){
var data = {
"productId":"1008273",
"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:'1008273',
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:'1008273'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});