Every product record contains a field called "reviews" that holds the number of reviews. This value is updated whenever you moderate reviews by calling the admin_importReviews() function in includes/admin.php. In that function you will see the SQL that counts the number of reviews and updates the product record.
Hello Henk,
Every product record contains a field called "reviews" that holds the number of reviews. This value is updated whenever you moderate reviews by calling the admin_importReviews() function in includes/admin.php. In that function you will see the SQL that counts the number of reviews and updates the product record.
Hope this helps,
Cheers,
David.