Submitting a review does not work

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

Profile photo of Seoki Lee 1510.00 $tone April 10, 2014
Public

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.

#1

This question is now closed

Written By

Comments