How to delete the rating stars and "current rating is 0. Total votes 0" Thanks

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
13 years ago
I want to delete the rating stars and the sentence under it. How?
13 years ago
One way to do it would be to go to Templates folder, then Products folder.

Edit one or both templates (OneVariant.ascx & VariantsInGrid.ascx)

Comment out the following:

Find and change this:

<nopCommerce:ProductRating ID="ctrlProductRating" runat="server" />

to this:

<!--<nopCommerce:ProductRating ID="ctrlProductRating" runat="server" />-->
13 years ago
Go to product details page (admin area) and ensure that 'Allow customer ratings' is unchecked
12 years ago
I can't find that option on 1.90.  Where do I look?
12 years ago
Sorry, I meant globally, not for indivual products.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.