I have the same issue, The cats are fine but the product pages have unfriendly links
I looked in my /reviews/showcat.php and there was no line like the one below.
B
Quote:
|
Originally Posted by omegatron I see the issue here in showcat.php line number 449 note the correction in bold it should not be ?
if ( $Globals['spider'] == "yes" ) $gallery['prodlink'][$count] = "<a href=\"{$Globals['maindir']}/showproduct.php/product/$id/sort/$sortparam/cat/$cat/page/$page\">$ftitle</a>"; |