Modifying nopCommerce home page

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
13 years ago
I've got nopCommerce 1.90 installed and running in the root directory of my site.  However, for a variety of reasons I don't want the store to be the site gateway.  How difficult would it be to move nopCommerce to a subdirectory.  Alternatively, would it be possible to change the store gateway name from "Default.aspx" to something like "Store.aspx"?  Would it break nopCommerce?  Would it require a recompilation?  I'm pretty new so I'd like to avoid anything requiring major surgery at this time.

Thanx for your help.
13 years ago
1.Add virtual directory;
2.Rename 'Default.aspx' => 'Store.aspx';
3.Add empty 'Default.aspx' file;
4.Code 'default.aspx', jump to 'Store.aspx';
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.