This is a simple modification on a live CubeCart 4 store (php, mySQL):
FEATURES NEEDED:
- Visitors can vote Product Reviews made by other visitors with a "was this review helpful to you?" entry. Two buttons will appear after the question: vote +1 or -1.
- A simple cookie should prevent the same visitors votes the same review repeatedly.
- Reviews of products can be sorted by 'Most useful, Less Useful, Most recent, Less Recent'.
OTHER KEY POINTS:
- If you are not familiar with Cubecart, i'll provide the path of the files that need to be modified (just one .php file, and one .tpl file)
- No html decoration needed, I'll do CSS by myself.
- I'll need an invoice of the work done.