You are here:  » count reviews

Support Forum



count reviews

Submitted by henk on Sat, 2007-02-24 08:23 in

Hi,

Where in the script does it count reviews.

Thx Henk

Submitted by support on Sat, 2007-02-24 11:58

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.