Product details
Morning Tiger - Shorts
Length
- Mid-Thigh (5)
- Bermuda (8)
Size
- XXSMALL
- XSMALL
- SMALL
- MEDIUM
- LARGE
- XLARGE
- 1X
- 2X
- 3X
- 4X
QTY:
Morning Tiger - Shorts
Length
- Mid-Thigh (5)
- Bermuda (8)
Size
- XXSMALL
- XSMALL
- SMALL
- MEDIUM
- LARGE
- XLARGE
- 1X
- 2X
- 3X
- 4X
QTY:
- 82% Polyester, 18% Lycra
- Made withmedium compression fabric.
- Super soft fabric has buttery/smooth hand-feel.
- Flat-lock stitching which strengthens inseams against tears and provides comfort. Optimizes any activity movement and aides against chafing.
- 100% lined cotton gussets to improve comfort and adhere to hygienic needs
- Non-slip double grip waistband willnotride up or down.
- Advanced 4-Way Stretch fabric willnotbecome see-through during any activity.
- Breathable, Quick Dry, Muscle Control, UV Protection, Pilling Resistant, Chlorine Resistant - Suitable for Running, Cycling, Pilates, Yoga, SUPYoga, Surfing, Dance and more!
- Made in the USA with Imported Fabric
Model is 5'10' wearing a 5' and 8' length in a size Small.'
});
})
function addtocart(qty,skus,key){
var data = {
"productId":"947061",
"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:'947061'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});