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
|
|
|
|
Rank: Member
Joined: 1/10/2005(UTC) Posts: 714
Thanks: 14 times Was thanked: 1 time(s) in 1 post(s)
|
|
|
|
|
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.