Hey all,
I'm building a web site for a commercial activity that needs to marketize their products on the web. For this I'm running
drupal 4.7 and using the ecommerce product and tangible modules.
I'm also using the taxonomy_menu module. What this does is creates a menu with links for every term
in a specific vocabulary.
Say my vocab is 'Product Categories' and my terms are: 'sport equipment', 'casual clothes', 'shoes', etc. etc..
With the taxonomy_menu module I get links for: 'sport equipment', 'casual clothes', 'shoes', etc. etc.. These will be
found in the main Navigation which I've set up to be on a left block.
When I access one of the links I get displayed all products in that category.
My problem is: when I access one of the menu links for a product category I get displayed ALL products in that category.
Now, I do not want all products to be displayed, thats because:
1) the page could become very big
2) the page could take very long to load (due to product images for example)
What I actually need is a "previous - next" navigation at the end of the page products content. This is mainly because
I want to be able to configure the number of product nodes to be displayed on a page within the 'product catalogue'
(another advantage, of course, is to avoid the performance problems I've mentioned before).
I've tried the views module and seen that I can get with it a navigation which looks something like this: