Magento 1.8.1评论表格/验证码:未在后端显示的评论

时间:2014-02-17 15:12:10

标签: forms captcha review magento-1.8

我在联系表单和评论表单上使用Fontis recaptcha。直到最近它才像魅力一样。从1.8升级到1.8.1后,联系表格/验证码工作正常但审查表格/验证码无法正常工作。填写审核字段,验证码和发送看起来很好。但是我没有得到任何关于审核被接受并且审核从未在后端显示的消息。所以看起来它在太空中丢失了。

someboyd可以帮助我,因为评论正在导入客户和我

1 个答案:

答案 0 :(得分:1)

我们遇到了同样的问题。如果您使用的是Fontis Rc V2.5您需要修改2个文件...我已经让Fontis知道了,所以希望他们会更新扩展名。

1)更新recaptcha.xml(设计布局文件),更改: 从

< review_product_list> < 阻止 name =“product.review.form”> < block type =“core / template”name =“recaptcha.box”as =“recaptcha_box”template =“fontis / recaptcha / recaptcha.phtml”/>         < /的>

要: < review_product_list>         < 参考 name =“product.review.form”>             < block type =“core / template”name =“recaptcha.box”as =“recaptcha_box”template =“fontis / recaptcha / recaptcha.phtml”/>         < /的参考>

2)更新位于fontis模板设计文件中的form.phtml并添加到< form action =“...>简单地添加 < ?php echo $ this-> getBlockHtml('formkey'); ? >

3)刷新缓存,所有应该用于产品评论。 (好吧,对我们来说)