Trendy Beach Towels
What’s cuter than beach towels with trendy catchphrases? They’re perfect for summer as you relax and get a tan by the beach, lake, river, or pool this season. Our “Just Relax” quick dry beach towels are not only trendy, but they are much more functional than your old bulky, heavy beach towels. Quick-dry towels are made from a lightweight, microfiber material that really soaks up water and makes it evaporate faster. Even though this towel measures a large 63” x 31” for extra coverage when you’re laying out for a tan, it can easily be rolled up into a compact size. It’s perfect for saving space in your . Explore Katydid wholesale for other vacay essentials like , and '
});
})
function addtocart(qty,skus,key){
var data = {
"productId":"309845",
"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:'309845'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});