Kelty footprints extend the life of your tent’s floor by protecting it from rough or abrasive surfaces.
Weather Protection: Kelty footprints protect your tent from the damp ground allowing it to dry faster.
Fits perfectly underneath the Outfitter Pro 4 for extra protection and longer life-span
Length: 81 in / 206 cmWidth: 93 in / 236 cmWeight: 25 oz / .71 kgAttachment: GrommetMaterials: Floor Material: PU Coated 210D Nylon OxfordDWR: 3000 mm
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){
var data = {
"productId":"160119",
"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:'160119'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});