Jump to content

rating products without leaving a comment


Recommended Posts

Hi

I'm searching for a module, or a trick, so that viewers can rate products without having to fill the form and leave a comment. just choose a rate, and there we go.

 

Is there any module that can do this? or maybe some modifications in the original product comments module to enable such feature?

 

thanks for any help!

Link to comment
Share on other sites

I'm just guessing here, but try this: 

 

'content' => array('type' => self::TYPE_STRING, 'validate' => 'isMessage', 'size' => 65535, 'required' => true),

 

remove required => true, it's in modules/productcomments/ProductComment.php

p.s. I didn't test it  :D

Link to comment
Share on other sites

×
×
  • Create New...