YETI Tundra Coolers are built to take the rugged abuse that comes with the way we work and play. Unlike ordinary coolers, which are essentially “disposable”, a YETI is made to last!
Keeping things cold is what a cooler is all about. With thicker walls, more than twice the insulation and a full-frame gasket, YETI Coolers outperform the competition – it’s not even close!
- One-piece, roto-molded polyethylene construction is extremely durable
- Constructed of food-grade material that is dry ice compatible and UV resistant
- A minimum of two inches of YETI’s polyurethane foam throughout the cooler body (3” in the lid) provides superior insulation
- Freezer-style sealing gasket locks in the cold T-latch keepers are molded into cooler body which can’t fail
- Full-length, self-stopping hinge can’t hyper-extend and break
- Padlock holes are molded into cooler body and lid
- Non-slip, non-marking rubber feet help keep the cooler where you put it
- Nylon rope and textured grip handles make carrying easier
- Recessed drain plug and rubber washer guarantee leak-proof reliability
- Tie-down points are molded into the cooler body for solid mounting
- Dry goods rack included, prevents soggy sandwiches
- Dimensions: Length: 30 1/2' Width: 19' Height: 19 3/4' - 33 pounds
Prop 65 A (General): This product contains chemicals known to the State of California to cause cancer, and birth defects or other reproductive harm.
'
});
})
function addtocart(qty,skus,key,unique){
var data = {
"productId":"740954",
"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:'740954',
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:'740954'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});