Hello,
it seems that the file "product_reviews_info.php" is not part of the BS-OScommerce version.
I use this contribution with rewrite urls in htaccess.
To avoid an increase in 404 errors I'd like to change the line
RewriteRule ^([a-z0-9/-]+)-pri-([0-9]+).html$ product_reviews_info.php [NC,L,QSA]
to
RewriteRule ^([a-z0-9/-]+)-pri-([0-9]+).html$ product_info.php [NC,L,QSA]
But it doesn't really works (it send me to the index page)
Has somebody the same issue?
Marc