Hello again,
It seems that the review feature does not work. When i press the submit button, the page reloads but nothing else happens. no entries. I tried it with the default magento theme and it works fine.
Guests can write reviews, so please try to test it your self. http://www.redelo.com
Would appreciate a helpful response.
Thank you in advance
George
3 answers
Hi George,
To fix this issue, please open the file ..\app\design\frontend\default\jm_craftstemplate\ review\form.phtml;
At line 30, after this code:
Code:
<form action="<?php echo $this->getAction() ?>" method="post" id="review-form">
Add this line:
Code:
<?php echo $this->getBlockHtml('formkey'); ?>
Hope this helps.
Thank you Lee, it works fine now
Regards
George
Thank you, it works perfect!
This question is now closed