Hi Manuel
Thanks for your reply. I tried both your code snippets and I got a blank page for each of them...
Here's what I'm trying to do...
I can display a list of hierarchy's with this:
or a specific hierarchy with this:
This page shows both in action. The 1st in a global content block to the left and the 2nd in the main content.
I want to display an individual product details which can be found by clicking any of the links in the main content.
Here's the 1st one from above
Here is a shortened list of available parameters:
hierarchy -- Display an item list by hierarchy
categorylist - Display a list of item categories
default - Display a summary of items
details - Display a detail view of a single item
fieldlist - Display a list of values from a specified field.
- This action can be used to create a navigation from the values of a specific field. i.e: you could create a custom dropdown field called "color" and then create a navigation based on the different colors.
(optional) productid="" - Useful only with the detail action, this parameter indicates what item to use for the display.
(optional) detailpage="" - This specifies the pageid or alias that should be used to display the detail report. It can be used with the default or search actions. This option is not compatible with pretty urls of any sort.
I hope that makes sense.