PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   ReviewPost Bug Reports (http://www.photopost.com/forum/reviewpost-bug-reports/)
-   -   [2.9] Product Review Counter stuck at zero (http://www.photopost.com/forum/reviewpost-bug-reports/113102-2-9-product-review-counter-stuck-zero.html)

memobug March 26th, 2005 12:29 AM

[2.9] Product Review Counter stuck at zero
 
When I post reviews on products that I uploaded, I am not getting any increment on the product counter

rp_product.numreviews stays at zero.

I was unable to find any query in reviews.php that would actually increment the numreviews

It does not appear to be a display issue:
1. The review gets entered in the database, and does show on the master index page.
2. I verified that the value in the database is zero so it does not seem to be a display problem.

Regards,

Matt

memobug April 4th, 2005 08:58 PM

It has been a week since I reported this problem so some support would be great. I can't even find the bit of code that would increment the review count, so debugging this myself has proved difficult.

It appears that this is a bug? I have Display unapproved Reviews set to yes and the review count is correct at the category level, but the count was off at the product level because there were approvals pending in the approval queue.

1) I am not sure why there is stuff in the approval queue. I selected "Display Unapproved Reviews" so I wouldn't expect to see anything there.

2) In any case, the category count of reviews should agree with the what the product pages show, right?? Maybe?

Thanks,

Matt

petr55 April 6th, 2005 03:15 AM

I have the same problem and would also like to see the bug fix.

I have reviews done (it shows when you click on the product). It is the show categories summary pages that indicates NO REVIEWS when there actually are some...

THanks
petr

memobug April 6th, 2005 03:23 AM

Hi petr - do you have that red checkmark next to the Admin link? If so it indicates there are unapproved reviews. I am not sure why my reviews are going into the moderation queue, but maybe yours are too?

In my experience, these "reviews" are counted at the category level, and the reviews show at the product level, they just aren't enumerated at the product level until they are released from the moderation queue for some reason.

Regards,

Matt

Michael P April 6th, 2005 07:47 AM

I'll check into it this morning to verify.

Michael P April 6th, 2005 07:51 AM

Okay, line 274 in reviews.php should read (change in bold):

Code:

Content visible to verified customers only.

djroketboy April 6th, 2005 09:20 AM

this is verified fixed in your new build 2.91, but is there a way to get it to recount and have an accurate count on reviews/comments ?

I made a test review/comment now deleted it, but the "1 review" remains... and the others that have reviews are not counted as of yet.


All times are GMT -5. The time now is 09:18 PM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97