OK - I've got as far as this - which formulates the link, but doesn't carry the id.
Code:
<a href="home.php?cat={$c.categoryid}">» { $c.category}</a>
I think I need it to carry the product id aswell - so it can find out the correct cat to display
Anyone?