Sierra Designs Clip Flashlight CD

Sierra Designs Clip Flashlight CD

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

Description

The Clip Flashlight CD is a three-season tent made by Sierra Designs. It has an average rating of 3.5 stars (out of 5), based on 11 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 = 'clip-flashlight-cd'
				AND brand.brand_id = product.brand_id
				AND brand.brand_id = '94'
			GROUP BY
				product.producttype_id
			ORDER BY
				product.producttype_id
			

User Reviews

rated 4 of 5 stars Clip Flashlight CD
Reviewed by Pliny, Dec 21, 2007

"The Clip Flashlight tent has been very popular because it is a good all around tent. It is durable and mine has withstood wind and rain and kept out bugs without a problem. It is a double wall tent with aluminum hoops forward and aft that hold the shape of the tent well."

Read the complete review »

rated 4 of 5 stars Clip Flashlight CD
Reviewed by spicytuna, Dec 29, 2006

"I've had my Clip Flashlight for over 6 years and it's served me very well. I do a lot of solo hiking and the Clip Flashlight is simply perfect for that.

The tent weighs next to nothing and unlike some other lightweight tents, the CF isn't made of 90% mesh."

Read the complete review »

rated 3 of 5 stars Clip Flashlight CD
Reviewed by danielle, Jul 29, 2005

"Real tight for two people, especially two people and a dog. I will keep this as a solo (or solo plus dog) tent, but will be looking into buying a larger two or three person tent in the future."

Read the complete review »

rated 3 of 5 stars Clip Flashlight CD
Reviewed by Will, Oct 07, 2004

"I bought this tent a few years ago and the only big problem I have ever had with it is that it is hard to dry it out. This is mainly because it is not freestanding. Another problem with the design was the amount of room in the vestibule. There was a pretty limited space under it."

Read the complete review »

rated 4 of 5 stars Clip Flashlight CD (2003)
Reviewed by Kevin, Apr 23, 2004

"This was my first backpacking tent purchase in over 20 years. This is rated as a 2 person tent and can theoretically accommodate 2 folks (but very cozily). I have used it exclusively as a solo tent. I'm about 6'0" and 225 and I find it quite roomy."

Read the complete review »

rated 5 of 5 stars Clip Flashlight CD
Reviewed by Maximillian, Dec 31, 2003

"I bought this tent several years ago and have yet to be let down. The ultimate test so far was on the eastern slope of Mt Lafayette in N. H. Due to the high winds and rising temps (60 mph+/ 35F-55F) I was secure, though awake, until the final gust pulled my guy lines free."

Read the complete review »

rated 3 of 5 stars Clip Flashlight CD
Reviewed by Joe Walp, Sep 30, 2003

"This refers to the circa 1999 (blue rainfly) version.

It looks like Sierra Designs is finally quoting real packed weights these days. As I recall, when I purchased this tent in 2001, they claimed its packed weight was 4 lbs.

I used mine for only three weekend trips before deciding to go with a freestanding option."

Read the complete review »

rated 4 of 5 stars Clip Flashlight CD (2002)
Reviewed by Zach, Oct 28, 2002

"I havent had this tent long but I love it already. I went hiking with a group of guys in the northern Appalachians, and it was 20 degrees with 50+ mile and hour winds and pounding snow. Everyone had a problem with their tents: some would collapse, some would leak, and some the poles snapped."

Read the complete review »

rated 2 of 5 stars Clip Flashlight CD
Reviewed by an anonymous hiker, Nov 12, 1999

"This tent is ideal for backpacking in ideal weather conditions. If you will ever find yourself in extreme wet weather and/or high winds, steer clear of this one. The pole design and fly are not adequate for most of the conditions I encounter in the Northwest. I was lured in because of its light weight. Bottom line: usually when it comes to tents, you get what you pay for."

Read the complete review »

rated 4 of 5 stars Clip Flashlight CD (1997)
Reviewed by Kevin, Aug 13, 1998

"I chose this over the Kelty Zen, just because of the weight. A big plus, besides ease of setup and low wieght, is the vestibule."

Read the complete review »

rated 4 of 5 stars Clip Flashlight CD (1997)
Reviewed by Mike, Aug 13, 1997

"I looked between this and a Sierra Designs Orion. My reason for picking this over the Orion was:

1. Lower to the ground, to get better air resistance.

2. Quick to set up (although so is the Orion).

3. It's a little bit lighter, which on longer trips can make a bit of a difference."

Read the complete review »

Have you owned or used a Sierra Designs Clip Flashlight CD? 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 = '8017'
								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 = '94'
								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 Sierra Designs Clip Flashlight CD. 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 Sierra Designs Clip Flashlight CD? List your site here.

Similar Tents

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