I am using Asp.Net Storefront 7.0 version. I want to create the custom page which allows users to browse all the products in the single page. I searched for the page in the website solution which is responsible to perform this product browsing task but i didn't find any specific page ( as this system was developed by other developer ).
So can i have the example which queries the database for the products with discount and other information. and from that custom page the user can place the order ?
Thanks
I would say looking at this in two ways. You can either look at adding some bespoke SQL to retrieve the products that you want displayed and then either modifying the columns and rows shown per page or just showing all with a wildcard search term.
Example would be
SQL to display products
Then somewhere in the page have something like this to display the products
http://www.example.com/c-123-mypage.aspx?sortEntity=&pagenum=1&pagesize=9999&filterletter=%