Page 1 of 1

Product Reviews not showing for sub products

PostPosted: Fri Feb 01, 2013 9:27 am
by Bsummerlin
I'm trying to figure out if it's possible to show product reviews for sub-products. I have a group of products that shown on a page as subproducts of the master. When customers leave reviews for the purchased products, the sub products, their reviews are never visible.

Any ideas about looping the review for subs and not the master (which has none by default)?

Thanks,
Brant

Re: Product Reviews not showing for sub products

PostPosted: Fri Feb 01, 2013 10:56 am
by Jim
The subproduct template would need to be modified to display the reviews stars.

This is the code in a product template (BasicProduct.sst) that displays the number of review stars the product has. If you put that same code in the subproduct section of the template it should display the reviews stars there. Note that if the subproducts are listed in a dropdown this would not work.
[-- IF REVIEWS --]<span class="reviews-brief">[-- REVIEWS_STARS --]</span>[-- END_IF --]

Re: Product Reviews not showing for sub products

PostPosted: Fri Feb 01, 2013 11:07 am
by Bsummerlin
And they are in a pull down, so I'll have to rearrange the layout for sub product listings.
Thanks,
Brant