Why We Love It:
Experience the perfect blend of style and comfort with WISKII's Polo Button-Up Sweatshirt. This sweatshirt boasts a quarter-button opening and a sleek pocketless design, exuding a refined and professional appearance. Yet, it doesn't compromise on comfort, allowing you to stay cozy throughout the day.
Fit and Features:
- Cozy and relaxed fit with mock neck
- Silicone logo front
- Sleek, pocketless design
- Color: Black
- Size S/M: Bust -- 47.6 inch / 121 cm
- Size M/L: Bust --49.6 inch / 126 cm
- The model is 5’9”, with a 33” bust, 24” waist & 36” hips – she wears size S
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: WS324
Choose your favorite color '
});
})
function addtocart(qty,skus,key,unique){
var data = {
"productId":"1184531",
"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:'1184531',
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:'1184531'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});