Design and implementation of online takeaway ordering system based on java

The user needs to register a user account to log in to the system for the first time. After logging in to the platform, the user can operate the platform.

(1) Login function: register an ordinary account to log in; after logging in, you can modify the user's basic information or log out.

(2) Information function: Enter information in the background, and users can browse the information list and detailed information arbitrarily.

(3) Commodity library: Enter the relevant information of the commodities in the background, and you can click one by one in the website commodity list to view the detailed information of the commodities; it supports searching for the desired commodities.

(4) Commodity information: Click on the product details page to view product introductions, product introductions, pictures, details, and product reviews from users who have purchased.

(5) Collection operation: In the product information details, click "Favorite" below to collect

(6) Add to shopping cart: In the product details, click "Add to shopping cart", and you can view it in my shopping cart.

(7) Buy Now: In the product details, click "Buy Now" to jump to the shopping cart immediately.

(7) My shopping cart: Display a list of all products added to the shopping cart to be purchased.

(9) Commodity selection: In the shopping cart, we can increase and decrease the quantity of commodities, and we can check the items to be settled.

(8) Place an order: Click "Go to Settlement", select or fill in the delivery address, confirm the product and quantity to be ordered; if there are matters such as taste, fill in the remarks. Click "Place order settlement", and then jump to the order list

(9) Cancel an order: In the "My Orders" list, click "Cancel Application" to delete the order

(10) Go to payment:: In the "My Order" list, click "Go to Payment" to simulate payment

(11) Commodity reviews: In the "My Orders" list, for orders that have been paid, you can click "Evaluate" for each product to score and fill in product reviews.

(11) My favorites: a list of products that the user has favorited.

(12) Delivery address management: enter delivery address, modify delivery address, delete

    and some other general functions

front desk

Backstage

Guess you like

Origin blog.csdn.net/u013818205/article/details/129858184