I have been messing with this problem on and off for a good day now, here's the deal.
The following code is used in my categories.tpl file to display each category
The problem is that when the category title extends to a second line (because it exceeds 23 characters) the link does not carry the categoryid number in the URL.
Here are two examples or typical links...
Working URL Example (top line):
http://www.thewebsite.com/store/customer/home.php?cat=328&XCARTSESSID=6dea0fbfecc8864014e6f b291cf8df0a
Non-Working URL Example (bottom line):
http://www.thewebsite.com/store/customer/home.php?cat=.categoryid&XCARTSESSID=6dea0fbfecc88 64014e6fb291cf8df0a
Thanks in advance to anyone who can solve this. I am drawing a blank.
