Wiggy's Super Light FTRSS

Average Rating: rated 4.00 of 5 stars
Reviewed by 5 Trailspace users

Description

The Super Light FTRSS is a synthetic cold weather (below 0°f) bag made by Wiggy's. It has an average rating of 4 stars (out of 5), based on 5 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 = 'super-light-ftrss'
				AND brand.brand_id = product.brand_id
				AND brand.brand_id = '211'
			GROUP BY
				product.producttype_id
			ORDER BY
				product.producttype_id
			

User Reviews

rated 5 of 5 stars Unisex Super Light FTRSS
Reviewed by Sticky, Feb 10, 2007

"When I was in the market to buy a new sleeping system, I looked for 2 things, 1) light weight and packability. 2) an all weather all conditions bag. I found the Wiggy Super Light FTRSS and have never looked back. I have slept in the rain, heat, freezing rain snow etc."

Read the complete review »

rated 5 of 5 stars Super Light FTRSS
Reviewed by John M L, Nov 22, 2004

"Just found this site, looking for Wiggy's site. I was amazed to read some of the other stories in regard to their experience with Wiggy's. I have no reason to doubt either side in that, I can only relate my own experience.

I ordered a number of bags from a Wiggy's dealer in 1999."

Read the complete review »

rated 1 of 5 stars Super Light FTRSS
Reviewed by Jim, Aug 26, 2003

"Save your money! I bought this system last year in hopes of doing some late winter camping. I lived in the northern Adirondacks and had weeks on end of sub 0 temps. Fortunately, I decided to test the bags first before taking them afield. I first tried the the 32 degree bag in a cold storage room off of our garage."

Read the complete review »

rated 5 of 5 stars Super Light FTRSS
Reviewed by JCG, Mar 28, 2003

"Excellent system in that it is three bags in one. The outer layer (2. 5 lbs) works well down to freezing, the inner layer alone works well down to about 0 deg F, and the two combined I haven't had to use yet! Used the inner bag alone down in Chile's southern region of Tierra del Fuego, with a bivy sack and no tent and slept comfortably."

Read the complete review »

rated 5 of 5 stars Super Light FTRSS
Reviewed by Hayduke, Apr 21, 1999

"This is a multi bag system that consists of a +35 over bag and a +0 Superlight. Combined they are rated at -40. I have found both bags to be very well made. The Lamilite insulation is the softest synthetic insulation I have ever used and drapes around me like a down bag."

Read the complete review »

Have you owned or used a Wiggy's Super Light FTRSS? 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 = '9974'
								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 = '211'
								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 Wiggy's Super Light FTRSS. 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 Wiggy's Super Light FTRSS? List your site here.

Similar Cold Weather (below 0°F) Sleeping Bags

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