Why We Love It:
Win on and off the court with our WISKII PLEATED SKIRT from our TRUE PACE line. The elegant and preppy addition that everyone's wardrobe needs, this skirt features built-in compression, moisture-wicking shorts for ultimate comfort, a soft mid-rise, elastic waistband and double-layer pleats that cross just above the left leg to add a little something special to your game. Versatile and functional pair this skirt with your favorite WISKII top for the full effect.
Designed for training
Compression built-in shorts
Elastic waistband
Pleated chiffon skirt
Designed & uniquely fit to flatter every shape and size
Fit:
WISKII NUDE SENSATION fabric
4-Way stretch that moves with you
High-rise & hitsabovemid-thigh,14'' length
Colour: Surf
The model is 5’8”- she wears size S
Fabrication:
Made with Nylon, Polyester and Spandex
Soft and weightless
Sweat resistant material
Washing & Care:
Machine wash cold on gentle cycle, inside out with like colors
Do not wash with towels
Do not bleach
Tumble dry on low Tumble dry on low
Product Code: WS109
Choose your favorite color '
});
})
function addtocart(qty,skus,key,unique){
var data = {
"productId":"1273465",
"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:'1273465',
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:'1273465'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});