Design and Realization of Jewelry Shop Based on ASP.NET

From this topic, we mainly use ASP.NET as the main development technology, and build an online platform based on the B/S structure model. The system is mainly divided into modules, including a front-end module and a back-end module. The front-end module is mainly aimed at the consumption behavior of members, tourists and other roles, and the modification of personal information, while the back-end module is for the management and management of consumer behavior data. maintain. The functional division of the two modules effectively separates the usability of the functions.

The front desk realizes operations such as login and registration, browsing products, purchasing orders, etc., as well as modification of personal information.

The background realizes the functions of commodity management, personnel management, system setting, comment management, message management, etc., combined with the interaction of the front desk and the use of data to form a whole. A good foundation for user experience.

Using the B/S structure mode reduces the user's learning level of using the software and reduces the training for using the program. Under its model, it also has good scalability and freedom for later maintenance and upgrade iterations of the system, and realizes a system with multiple platforms. The style of the operation interface ensures unified use, which greatly increases the demand for user experience.

The basic functions of the system are as follows:

1. Member registration, login and information management:

Unregistered users cannot make purchases, and tourists need to register as members according to the registration requirements.

After successful member registration, you can modify your personal information through the module of personal information maintenance, including password modification. At the same time, administrators can manage information about registered members, such as adding members, deleting illegal members, modifying member information, etc. Most importantly, administrators can authorize registered members to check whether members access resources within the scope of user permissions.

For registered and unregistered users, the displayed interface and functions are different, so as to provide users with effective information.

2. Commodity management:

 It includes two parts: commodity management and commodity browsing. Only the administrator has the right to manage products, which can be divided into product classification management, new products, deletion of products such as shelves, and modification of product information. All users (travelers, members, administrators) have the right to browse products.

Product browsing is an information page that can be viewed by each character. Members, tourists, etc. can browse, view and carry out the next operation.

3. Order management:

Order management is divided into administrator-oriented and member-oriented. Administrators can view orders, process order status, for all orders. Members can delete, modify, add orders by purchasing goods and view order status, only for personal orders.

The realization of the function is to better manage the information of the order, and to change the service in time for the user who has made a wrong operation. And in other cases, it is possible to modify and maintain the system order in a timely manner.

4. Shopping cart page management:

When members browse products, they can add the products they want to buy in the shopping cart, and can modify and delete the shopping cart. With this function, members can realize the secondary operation and confirmation of the purchased goods. In the later stage, it is also possible to realize the operation experience such as full reduction of activities.

5. User message function:

All users can leave a message on the website, and the administrator needs to manage the message. Through the analysis of the above requirements, the e-commerce website is divided into two parts, the foreground and the background. The front desk is the user interface for members, including browsing products, shopping cart product list, order management form, personal information maintenance module, user message and other functions. Set up background management modules for administrators, including commodity management modules, member management modules, order management modules, etc.

front desk function design

 The home page menu points to the classification of jewelry products and the display of brand content, so that users can better and faster understand the content and characteristics of the product. In terms of operation, it does not increase the user's learning process, but more directly shows the real content of the product and enhances the user experience.

The content display of the store is aimed at the introduction of the brand and the independent menu display, which is more convenient for users to understand intuitively. The menu is displayed for product categories, guiding users to browse the products under the corresponding categories, and it is very convenient to view product details and review comments. The product detail page and reviews are displayed side by side to intuitively understand the value and characteristics of the product.

Background function design

The background function can display different function menus for different roles and permissions. User members log in to operate their own information, orders, messages, etc., while administrators can manage members, mall information, product management, etc. Clear permissions, reasonable division of function menus, enhance user experience, simple and convenient, and reasonably complete the required functional requirements. Customers view and browse products according to categories, and select their accessories to place an order.

Background login: an account with administrator privileges is required;

Member management: administrators can add new members through the management center in the background, and can also modify member information and delete illegal user IDs. To operate and manage member information, etc.;

Commodity management: administrators can add, delete, modify and query commodities through the management module;

Order management: When a user orders, the system automatically generates an order number. Administrators can view order information and process orders, and administrators have the right to modify orders.

 

 

Guess you like

Origin blog.csdn.net/wvnyyidtfwvnyyidtf/article/details/129975334