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 anni tempo fa
I want to delete the rating stars and the sentence under it. How?
13 anni tempo fa
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 anni tempo fa
Go to product details page (admin area) and ensure that 'Allow customer ratings' is unchecked
12 anni tempo fa
I can't find that option on 1.90.  Where do I look?
12 anni tempo fa
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.