Product Rating Stars
Posted: Mon Feb 09, 2015 2:17 pm
I'm trying to display product review stars higher up on the product page.
I've used ProductRatingStars ConLib Utility but it displays "No Rating" for all products, even products with reviews.
I added this reference to ProductPage.ascx:
Do I need to indicate the product? The product should be the current product page.
I'm looking for something similar to the Disney Store.
The rating is below the price and above the subtitle "Carry the fun with you".
http://www.disneystore.com/bags-totes-a ... 0/1000291/
The full reviews are listed further down on the page. A link to all reviews is preferred, but optional.
I've used ProductRatingStars ConLib Utility but it displays "No Rating" for all products, even products with reviews.
I added this reference to ProductPage.ascx:
Code: Select all
<%@ Register src="~/ConLib/Utility/ProductRatingStars.ascx" tagname="ProductRatingStars" tagprefix="uc1" %>
...
<uc1:ProductRatingStars ShowRatingText="True" Product="" runat="server" />
I'm looking for something similar to the Disney Store.
The rating is below the price and above the subtitle "Carry the fun with you".
http://www.disneystore.com/bags-totes-a ... 0/1000291/
The full reviews are listed further down on the page. A link to all reviews is preferred, but optional.