I need to customize the reviews/ratings shown to different customers. For example, I only want to show a female customer's review to females.
Is there any way for each product, I can code to iterate through all related reviews and choose to show only some of them based on some conditions (such as the reviewer's email address, review date)? Also, recalculate the start-rating based on the result?
Thank you very much!