|
I managed to solve this problem by editing the showproduct.tmpl
Find this line:
<a href="comments.php?product=$product&cedit={$reviewnum[$x]}">
Change it to:
<a href="http://yourwebsiteURL/comments.php?product=$product&cedit={$reviewnum[$x]}">
|