If you camp a lot with a larger group or just need more interior space, then the Outfitter Pro 4 is for you. Built with oversized poles, heavy-duty floors, and burly #10 zippers, this shelter is field repairable for a lifetime of reliable performance.
Body Features:
Freestanding designColor Coded Clip ConstructionTaped floor seamsArcEdge floorMesh wall panelsInternal storage pocketsNoiseless zipper pullsField repairable zipperFly Features:
Taped seamsSide-release tent/fly connectionFly ventsNoiseless zipper pullsGuyout pointsGuyline storage pocketSpecifications
Seasons: 3Number of doors: 2Number of vestibules: 2Capacity: 4Number of poles: 2Dimensions:
Minimum weight: 7 lbs 8 oz / 3.4 kgPackaged weight: 8 lbs 1 oz / 3.66 kgFloor area: 60 ft2 / 5.58 m2Vestibule area: 12 ft2 + 12 ft2 / 1.1 m2 + 1.1 m2Length: 87 in / 221 cmWidth: 99 in / 251 cmHeight: 52 in / 132 cmPacked diameter: 8 in / 20 cmPacked Length: 25 in / 64 cmMaterials
Pole type: DAC PressfitWall material:
75D Polyester40D MeshFloor material:
210D Nylon3000 mmFly material:
75D polyester1800 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":"177560",
"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:'177560'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});