1

I want to add a thumbs up / thumbs down system to the magento review system and don't quite know where to start. What are the files that control the review and how would I go about extending it to fit my needs ?

Thanks

Mihai
  • 133
  • 1
  • 14

1 Answers1

1

There is extension on Magento Connect which have similar (actually I guess only wording differ) functionality. You could install/download it and check source. You could check demo here. Note "Was this review helpful?" at the bottom of review block.

Artemm
  • 122
  • 2
  • 12
  • Pretty cool module! I needed a simpler one but this might come in handy some day. I wound up adding just the thumbs up/down to the core review module and it works OK for what I needed it to do. – Mihai Nov 12 '12 at 10:32