I am trying to link into my shop from another area of the site. I can easily link to a category that has multiple products using a link such as:
<a href="../shop/index.php?main_page=product_info&cPath=9">CATEGORY</a></li>
How do I link to a category that only has one product? If I use the link above, or similar, I get a page saying the product was not found.
I know that I could link directly to the product that is in this category and it would have the same result but the problem with that is that if I or anyone else put another product in the category I have to change all the links to it which is not very elegant.
thnx
Nick



