You should start by reading the documentation in the Orchard Project , in particular the Garden Extension section, which shows how to create your own modules and parts of the content.
You can approach this in several ways - you can simply edit the HTML page of the recommendation page, and this is by far the easiest.
Another way could be to create a victorious witness that allows you to enter a name, quote, description, etc. in the widget editor. You can then create a layer with the page URL as part of the rule and simply add widgets to the content area. Since the widget will be controlled by part of the content, you can also add reviews to your pages, blogs, custom content types, etc.
Another way would be to record a controller for the admin interface, which allows you to do CRUD for review entries. Then you can write a piece of content that lists these. Then you can add this piece of content to the page, widget, etc., And with a few additional steps add parameters so that you can control the reviews that are shown based on each piece of content.
Ultimately, there are many ways in Orchard to do such things, it just depends on what you need and how much time / effort you want to make into it.
source share