Why We Love It:
Discover the essential modern style of the WISKII Two-Way Zipper Jacket. Designed with a relaxed fit and a chic mock neckline, this jacket ensures unparalleled comfort. Embrace the convenience of the functional two-way zipper, allowing you to effortlessly pair it with any bottoms for a versatile and fashionable look.
Fit and Features:
- Two-way zipper
- Cozy and relaxed fit withmock neck
- Silicone logo back and front
- Sleek, pocketless design
- Colour: Black
- Size S/M: Bust --52.7inch / 134 cm, Length -- 22.2 inch /56.5 cm
- Size M/L: Bust -- 54.7 inch /139 cm,Length -- 22.6 inch / 57.5 cm
- The model is 5’9”, with a 33” bust, 24” waist & 36” hips – she wears size S/M
Fabrication:
- WISKII Boyfriend Sensation series. Love at the first feel
- Brushed fabric is soft and cozy
- Moisture-wicking
- Body: cotton & Polyester
- Lining: Polyester & Spandex
Washing & Care:
- Machine wash cold on gentle cycle, inside out, with like colors
- Do not bleach
- Tumble dry low
Product Code: WS320
Choose Your Favorite Color '
});
})
function addtocart(qty,skus,key,unique){
var data = {
"productId":"899835",
"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:'899835',
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:'899835'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});