Northwest Territory 14' x 14' Vacation Cottage III

Average Rating: rated 3.50 of 5 stars
Reviewed by 7 Trailspace users

Description

The 14' x 14' Vacation Cottage III is a tent made by Northwest Territory. It has an average rating of 3.5 stars (out of 5), based on 7 user reviews.

Can't open file: 'retailer_brand.MYI' (errno: 145)
	SELECT
				product.product_id,
				brand.brand_id,
				brand.short_name AS brand,
				brand.url_stub AS brand_url_stub,
				product.product_name,
				product.producttype_id AS producttype_id,
				product.gender,
				product.url_stub,
				product.description,
				product.manufacturer_description,
				UNIX_TIMESTAMP(product.date_available) AS date_available,
				product.date_available_note,
				product.price_msrp,
				product.specs,
#				GROUP_CONCAT(DISTINCT(IF(product.gender IN('u'),'m,w',IF(product.gender IN('b','g'),'k',product.gender)))) AS genders,
				product_totals.overall_average_rating AS average_rating,
				product_totals.overall_num_reviews AS num_reviews,
				product_totals.num_retailers
			FROM
				(
				product,
				brand
				)
			LEFT JOIN
				product_totals
			ON
				product_totals.product_id = product.product_id
			WHERE
				product.url_stub = '14-x-14-vacation-cottage-iii'
				AND brand.brand_id = product.brand_id
				AND brand.brand_id = '282'
			GROUP BY
				product.producttype_id
			ORDER BY
				product.producttype_id
			

User Reviews

rated 2.5 of 5 stars 14' x 14' Vacation Cottage III
Reviewed by Barbara, Apr 17, 2008

"Yes, I was given my tent, but it didn't come with the poles or instructions and I need them badly. Can anyone knows of the number I can call? I would be very happy."

Read the complete review »

rated 1 of 5 stars 14' x 14' Vacation Cottage III
Reviewed by polarisnik, Sep 05, 2006

"I worked long and hard to talk my boyfriend into getting this big and comfortable tent. Despite the fact that we have a 16x10 Eureka Blue Mesa, I wanted one that would feel more homey. Homey I did get. We spent about $25 on "Seam Grip" to seal the mammoth fly, no problem, $20 on "Camp Dry" to waterproof the walls and doors, again, no problem."

Read the complete review »

rated 4 of 5 stars 14' x 14' Vacation Cottage III
Reviewed by Jill Western, Aug 28, 2006

"The tent provides a great amount of space for our family of four. We went camping for one week and loved it. Very easy to set up and take down. My only big complaint is four of the black connections have broke and I can't seem to find where I can buy replacement parts. If anyone has found this information, please email me at jwestern@sanilac.k12.mi.us."

Read the complete review »

rated 5 of 5 stars 14' x 14' Vacation Cottage III
Reviewed by Dan Buchanan, Jul 22, 2006

"We started our vacation with a Kelty by Ridgeway Sonoma, 18' x 18' dome tent we found at Costco. It looked ideal and was very easy to set up. We spent one night in it in Oregon at our in-laws in the backyard to try it out. Too short inside at 80"(not quite that as we set it up) but nice, easy, and somewhat comfortable."

Read the complete review »

rated 3 of 5 stars 14' x 14' Vacation Cottage III
Reviewed by Tipp, Jul 12, 2006

"Great tent until the storm came.

The rainfly did not hold up and the tent broke."

Read the complete review »

rated 4 of 5 stars 14' x 14' Vacation Cottage III
Reviewed by grace, Jul 09, 2006

"Hi everyone who posted their thoughts before and convinced me to go ahead and purchase this behemoth. I followed the advice to follow to the letter set-up, did it on my own in one hour and found it not too difficult. (Though having help with the rainfly would sure be nice."

Read the complete review »

rated 4 of 5 stars 14' x 14' Vacation Cottage III
Reviewed by Mary MacLeod, May 30, 2006

"Note of caution: apply seam sealer to the fly before using the tent for the first time! That said, except for small drips during three ferocious thunderstorms, the tent passed its inaugural camping trip with flying colors. Very roomy, nice center height of 92", and good ventilation even with all the windows zipped."

Read the complete review »

Have you owned or used a Northwest Territory 14' x 14' Vacation Cottage III? Share your thoughts with other hikers and backpackers.

Where to Buy

Can't open file: 'retailer_brand.MYI' (errno: 145)
SELECT
								retailer.*,
								retailer_product.*,
								retailer_brand.*,
								retailer.retailer_id AS retailer_id,
								LEAST(
									IF(retailer_product.gender IS NULL,0,100),
									IF(retailer_product.gender = '',0,100),
									IF(retailer_product.gender = 'u',0,100),
									IF(retailer_product.gender = 'm',1,100),
									IF(retailer_product.gender = 'w',2,100),
									IF(retailer_product.gender = 'k',3,100),
									IF(retailer_product.gender = 'b',4,100),
									IF(retailer_product.gender = 'g',5,100)
								) AS gender_sort
							FROM 
								product AS p1,
								product AS p2,
								retailer_product,
								retailer,
								retailer_brand
							WHERE
								p1.product_id = '18039'
								AND p2.brand_id = p1.brand_id
								AND p2.product_name = p1.product_name
								AND retailer_product.product_id = p2.product_id
								AND retailer_product.status = 'active'
								AND retailer_product.product_link_url != ''
								AND retailer.retailer_id = retailer_product.retailer_id
								AND retailer.is_online = 1
								AND retailer.status = 'active'
								AND retailer.show_product_link = 1
								AND retailer_brand.retailer_id = retailer.retailer_id
								AND retailer_brand.retailer_brand_id = retailer_product.retailer_brand_id
							GROUP BY
								retailer.retailer_id,
								retailer_product.retailer_product_id
							ORDER BY
								retailer.avg_epc DESC,
								retailer.commission_rate DESC,
								retailer.cookie_days DESC,
								retailer.retailer_id ASC,
								price ASC,
								gender_sort ASC
							
Can't open file: 'retailer_brand.MYI' (errno: 145)
SELECT
								*,
								brand.short_name AS brand,
								retailer.retailer_id AS retailer_id
							FROM 
								brand,
								retailer,
								retailer_brand
							WHERE
								brand.brand_id = '282'
								AND retailer_brand.brand_id = brand.brand_id
								AND retailer_brand.status = 'active'
								AND retailer.retailer_id = retailer_brand.retailer_id
								AND retailer.is_online = 1
								AND retailer.status = 'active'
								AND retailer.show_brand_link = 1
							GROUP BY
								retailer.retailer_id
							ORDER BY
								# is_house_brand DESC,
								retailer.avg_epc DESC,
								retailer.commission_rate DESC,
								retailer.cookie_days DESC,
								retailer.retailer_id ASC
							

Sorry, we couldn't find any online retailers selling the Northwest Territory 14' x 14' Vacation Cottage III. You may be able to find it new or used at one of these sites:


Trailspace Classifieds

US | Canada | UK | Aus

GearTrade

Retailers: Do you sell the Northwest Territory 14' x 14' Vacation Cottage III? List your site here.

Similar Tents

email this page
Can't open file: 'retailer_brand.MYI' (errno: 145)