I wanted to be able to view previous and next products based on the category they are listed under. I haven't found a module or any useful information looking through the forums. Even just a pointer of where to start would be great. Thanks
Sun, 10/26/2008 - 10:45
Views.
There's your pointer,
Views.
There's your pointer, but here's a little more explanation. You'll need to set up a View that filters nodes on "Is a Product", with an argument based on the taxonomy term. Then, you'll set it so that it includes a pager, and only shows one node per page. I'm pretty sure there's a way to get Views to display the entire node, like on its page, instead of the grid or table row style.
Re: How can i add previous and next function to product pages?
Have you looked at Custom Pagers?
http://drupal.org/project/custom_pagers
After setting up your views you could enable a custom pager for your products which would then add previous and next links to your product nodes.

