Mountain Hardwear Viperine 2

Mountain Hardwear Viperine 2

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

Description

The Viperine 2 is a three-season tent made by Mountain Hardwear. It has an average rating of 4 stars (out of 5), based on 3 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 = 'viperine-2'
				AND brand.brand_id = product.brand_id
				AND brand.brand_id = '90'
			GROUP BY
				product.producttype_id
			ORDER BY
				product.producttype_id
			

User Reviews

rated 4.5 of 5 stars Viperine 2
Reviewed by Buffalo Skipper, May 19, 2008

"I am 6’1” and I could not fit well into other tents. This one is just right for me and my gear.

Make no mistake, this is a 3. 5 season tent. The first night I used it, I set up on frozen ground and the temperature dropped below 10 degrees."

Read the complete review »

rated 2 of 5 stars Viperine 2
Reviewed by Paul Haslam, Jan 28, 2008

"I am having a real tough time getting the outer shell close to the ground. I have put a slight bow in two pieces of pole, i had them repaired no problem but the problem is still here. The instructions are not very in-depth but apart from this it is a very easy tent to erect. WHAT CAN I DO???"

Read the complete review »

rated 5 of 5 stars Viperine 2
Reviewed by Crushgroove, Dec 04, 2007

"I bought this tent for a backpacking excursion to the mountainous region of Okinawa, Japan, in November. The tent is light and setup is quick. Our first night we basecamped at the foot of Mt Tamatsuji. It rained all night due to a late season tropical storm forming south of the island."

Read the complete review »

Have you owned or used a Mountain Hardwear Viperine 2? 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 = '23666'
								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 = '90'
								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 Mountain Hardwear Viperine 2. 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 Mountain Hardwear Viperine 2? List your site here.

Similar Tents

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