Which view file is add review on?

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
12 years ago
I am trying to get rid of the option to leave reviews all together but I cannot seem to find the file that has that on it for me to comment it out of the code.
12 years ago
1. Open \Presentation\Nop.Web\Views\Catalog\ProductTemplate.SingleVariant.cshtml file (or \Views\Catalog\ProductTemplate.SingleVariant.cshtml if you're using "no source" version)
2. Remove the following code:
@Html.Action("ProductReviewOverview", "Catalog", new { productId = Model.Id })


Do the same for \Presentation\Nop.Web\Views\Catalog\ProductTemplate.VariantsInGrid.cshtml file
12 years ago
Awesome thank you.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.