Whether you take it to the lakeshore to lounge in the sun or out on a boat for some tubing, you can’t beat the convenience of having a beach towel with a bag to carry it in. Our “Lake Life” beach towel is easy to bring with you anywhere, and it’s easy to clean when you come back at the end of the day. Plus, it’s super absorbent, so you don’t have to worry about getting in the water and running your car seats on the way home. Shop this to effortlessly transition from the water to the picnic table.
Get Everything You Need for Summer
We design trendy products right here in the USA. From this cute and practical beach towel with a bag to our stylish '
});
})
function addtocart(qty,skus,key){
var data = {
"productId":"309839",
"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:'309839'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});