Introducing our KR Tank! This is the perfect cotton tank to layer under everything, from summer to fall. Made from cotton spandex, this tank is flattering in all the right places. As always, the embroidered heart at the center front, reminding us that love is always with us. XO, KR
- Free shipping
- 93% Cotton, 7% Spandex
- Embroidered heart at center front
- Frances is 5'8' and wearing a size small
- Imported
- Machine wash cold, tumble dry low, remove promptly
'
});
})
function addtocart(qty,skus,key){
var data = {
"productId":"959412",
"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:'959412'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});