I am looking for something that will basically function like ebay's feedback system. Members on my site can perform transactions with other members. Once the transaction has been complete it will let you leave feedback about the transaction to the user. Also it will need to be searched and viewable by other users on the website. Does anyone know what would be the best way to set something like this up?

Thanks,

phelix

Comments

vm’s picture

create a "feedback" content type?

phelix’s picture

hmm.. How would you go about making it so that you must have a valid transaction before your allowed to leave feedback on someones profile?

vm’s picture

that may take some custom code in a custom module. There is no module I am aware of, that does what you ask out of the box. maybe a custom action? or rule?

jamesialford’s picture

I would like to know this as well. If anyine found an answer to this please post information.

benone’s picture

Stomper’s picture

I think there should be a designated feedback module (perhaps mp_feedback) for UC MarketPlace. Like the original poster, it should be modeled after feedback systems like Ebay.

Some ideas:

- The website can choose the character limit for feedback comments, Ebays is limited to 80 characters.

- Ebay only has positive, neutral and negative. I think there should also be a 'pending feedback' count too to account for transactions that have not yet received feedback. This would be helpful for new users who have made several transactions but have not received feedback yet.

Your thoughts? Ideas?