• Toll-free  888-665-8637
  • International  +1 717-220-0012
Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

sternyy
#1 Posted : Thursday, October 16, 2008 3:04:34 PM(UTC)
sternyy

Rank: Member

Joined: 1/10/2005(UTC)
Posts: 714

Thanks: 14 times
Was thanked: 1 time(s) in 1 post(s)
I want to show the review stars on the category page.


I guess what i cant figure out is how to get the reviews variable to equal the number of reviews a product has on the category page (i got it fine on the product page):



Dim reviews As Collection(Of Catalog.ProductReview)

If WebAppSettings.ProductReviewModerate = True Then
reviews = Catalog.ProductReview.FindByProductBvin(bvinField.Value, False)
Else
reviews = Catalog.ProductReview.FindByProductBvin(bvinField.Value, True)
End If

If Not reviews Is Nothing Then
If reviews.Count > 0 Then
sternyy
#2 Posted : Friday, October 17, 2008 12:00:53 PM(UTC)
sternyy

Rank: Member

Joined: 1/10/2005(UTC)
Posts: 714

Thanks: 14 times
Was thanked: 1 time(s) in 1 post(s)
got it to work ;)
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.

©2024 Develisys. All rights reserved.
  • Toll-free  888-665-8637
  • International  +1 717-220-0012