REI UL 45 Pack

REI UL 45 Pack

Average Rating: rated 5.00 of 5 stars
Reviewed by 4 Trailspace users

Description

The UL 45 Pack is an internal frame backpack made by REI. It has an average rating of 5 stars (out of 5), based on 4 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 = 'ul-45-pack'
				AND brand.brand_id = product.brand_id
				AND brand.brand_id = '35'
			GROUP BY
				product.producttype_id
			ORDER BY
				product.producttype_id
			

User Reviews

rated 4 of 5 stars Men's UL 45 Pack
Reviewed by strat1080, Jan 29, 2007

"I recently picked this up on sale at REI. I waited until I tried it out to see how I like it. I took it on a winter mountaineering trip over the weekend and so far I like the way this pack works. It is easy to attach a pair of trekking poles and my 2 liter Camelbak reservoir worked pretty well with this pack."

Read the complete review »

rated 5 of 5 stars Women's UL 45 Pack
Reviewed by Jonathan Linn, Oct 15, 2006

"I bought this for my wife so that we could go backpacking together and it has worked great. I used it with my guy backpackers and it was amazing. There is a big differance between the men's and women's. The women's model has nearer shoulder straps for one thing."

Read the complete review »

rated 5 of 5 stars Men's UL 45 Pack
Reviewed by Soloist, Oct 14, 2006

"It may look a little flimsy and easy to tear but trust me it's not. It handled quite nicely. REI added some new features to it so it moves with you in an unprecidented way. I'm not sure how to describe it. I compared many packs and this had the best pound per cu. in. ratio. This pack is a must have for all UltraLight backpackers."

Read the complete review »

rated 5 of 5 stars Men's UL 45 Pack
Reviewed by notmyname, Apr 28, 2006

"This is a review of many packs. Utlimately I chose the REI UL 45.

I was taking a 17-day trip to Europe and my only luggage was one backpack. I compared the following backpacks:
'06 REI UL30,
'06 REI Catalyst 35L,
'06 REI UL45,
'05 Kelty Redwing 3100,
'06 Gregory Z Pack,
'06 Gregory G Pack,
'06 Osprey Atmos 50,
'06 Osprey Atmos 35

Testing:
First off I recommend REI for backpacks."

Read the complete review »

Have you owned or used a REI UL 45 Pack? 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 = '7516'
								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 = '35'
								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 REI UL 45 Pack. 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 REI UL 45 Pack? List your site here.

Similar Backpacks

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