2 replies [Last post]
thepiratedude's picture
Offline
Joined: 01/25/2012
Juice: 6
Was this information Helpful?

Hello,

I've got a new install of drupal, along with ubercart, and the stock bartik theme. When I view my product catalog at www.example.com/catalog I can view my individual products which is good. When I click on a product in that grid it brings me to: www.example.com/catalog/2 What I would like it to do is have it bring me to example.com/node/1 where my detailed product page is. The only reason I want to do this is because the thumbnail is small and there is no description. I tried a search but couldn't find any related posts, so any help would be appreciated.

Regards,
Me

end user's picture
Offline
Joined: 01/11/2008
Juice: 1198
Re: Catalog to product page directly

Well catalog/2 would be a term (category) under the catalog vocabulary. If you want to show only products on the catalog path you'd have to change the catalog view or create a new view to only show nodes.

thepiratedude's picture
Offline
Joined: 01/25/2012
Juice: 6
Hello End User, Thanks for

Hello End User,

Thanks for the information. I understand what you are saying, but am not sure about how I can go about implementing it. I have a lot to learn yet with drupal and views, but for now I created a block that displays only on the catalog pages (catalog/2) telling them to click on the link in the grid to get a detailed product page. That should work until I figure out how to change the views. Ubercart is awesome, i'm just not using it correctly.

Regards,
Me