For typical database management systems, especially network management systems with relatively large data traffic such as B2C e-commerce websites, they must meet design requirements such as ease of use and flexible operation.
This system is designed to meet the following goals:
The interface design is beautiful and friendly, information query is flexible, convenient, fast and accurate, and data storage is safe and reliable.
Comprehensive and classified display of all products in the mall.
Display the detailed information of the product to facilitate customers to understand the product information.
View transaction information in the mall.
Set up flexible printing capabilities.
The system conducts strict data verification on the data entered by users to eliminate human errors as much as possible.
Provide new product launch announcements to facilitate customers to understand relevant information in a timely manner.
Provide website message function.
Provide online payment function.
The system maximizes ease of maintenance and operability.
The system operates stably, safely and reliably.
Operation Notes (1) The login address of this system administrator is: Manage/AdminIndex.aspx
(2) After registering and logging in, leave a message on the website and view my messages.
(3) On the home page, click the "Backstage Entry" navigation button under the page, enter your username and password to enter the main backstage page.
(4) Instance execution file location: TM 2Default.aspx
(5) Before using this program, you need to download the third-party component "FreetextBox.dll", and then add a reference to the website through the VS2005 development tool.
(6) This program uses the only interface provided by ICBC when implementing the shopping payment function. Due to copyright issues, this interface is not provided on the CD. You can apply at ICBC and then quote it into this program for use. If If you just want to understand the implementation principle, you can view the source code, because the principle of using the interface provided by the bank is roughly the same.
For the database connection string, please modify Data Source=.\Sql2005;DataBase=db_NetStore;User ID=sa;PWD=sa in web.config
For detailed instructions and configuration, please browse the readme.doc file
Expand