MyShop mall source code is developed using a three-layer (DAL+IDAL+Model+BLL+Web) structure. The database is MSSQL or ACCESS, which can be selected by the user.
Backstage module system configuration management: System information website information settings registration agreement settings website log management channel management online payment platform management payment method management bank account management announcement management friendly link management help information management survey management user management: add user member list member query add management Administrator list Modify administrator password Order management: Process all orders Process today's order Sales details Sales statistics/ranking Fund details query Online payment management Invoicing records Return records Shopping cart management Delivery method management Mall management: Product management Product management Large Category Management Product Small Category Management Vendor Management Brand Management Hot Selling Products Recommended Products Popularity Ranking Products Off the Shelf Article Management: Article Management Add Article Column Management Guestbook Management: Message Management Today’s Message Survey Management: Survey Management Advertising Management: Homepage Rotation Advertising Management
Instructions for use: 1. Please put the extracted files in the E:MyShop directory. 2. The default website's home directory in iis is set to the web project. 3. The default management address Admin/login.aspx account admin password is 123456. 4. Modify the My.config settings in the config folder under the website web folder to call different databases. (1) Select Access database, just change to access. (2) Select the SQLServer database, change to sql, and also modify Data Source=(local);User ID=xmjiahua;Password=123456;Initial Catalog= MyShop;Pooling=true is the database connection string - format (Chinese is the content modified by the user): Data Source=database server address;User ID=your database user name;Password=your database user password;Initial Catalog =Database name;Pooling=true 5. In order to use this system normally, please ensure that the following folders have modification and writing permissions. config folder under the web folder. UploadFiles folder under the shop folder. UploadFiles folder under the Article folder.