I’m very new with orchard.
To learn orchard module development, I followed the documentation and tried to create a commerce module.
The module consists of product part and product type which has product part.
During enable module, it will create admin and home menu for this module, “Commerce” and “Shop” respectively.
My questions are
- How do I make this module to be home page during enable module. In other word, I want Index method of
the module’s HomeController handle home url? - How do I get Shop menu in front end to be after home menu or register this module to home menu?
I am attaching source code, please download it from the following link
To take over the home page the standard Orchard way is to implement IHomePageProvider.