I am using CartThrob for an e-commerce site. They want reviews for items, but would also like to show ‘verified buyers’ or even limit reviews to actual buyers.
I imagine this can be done by a query that checks if the field in the DB that tracks orders can be checked for a value, then show/hide the review form (if limiting who can review) or show a ‘verified’ badge. Correct? If so…any tips on where to start?