Commerce Search Results MVC view
In the MVC (Model View Controller) model, the route (the code that parses the HTTP request) points to a controller (the .NET code) that generates a model (the object). This object is parsed by a view (in SXA Storefront, a Razor view). The view consists of presentation components that determine how data is displayed.
You can customize the Commerce Search Results MVC view as required. For more information, see Override the default Rendering View Provider and Customize rendering HTML per site.
The Commerce Search Results MVC view is stored in its own folder under /views/Commerce/CommerceSearchResults. The Commerce Search Results MVC view has the following structure:
The following is an example of the enclosing markup for the rendering, when it is running live on the storefront site:

