Home  >  Article  >  Java  >  Detailed explanation of order module in online shopping mall

Detailed explanation of order module in online shopping mall

零下一度
零下一度Original
2017-06-25 10:31:113438browse

Today’s Task

  • Complete the functions of the order module

1.1 Functions of the order module

1.1.1 Mine Order:

[My order query]

* Click my order in header.jsp.

* Submit to Servlet:

* Obtain user information:

* Call the business layer: paging query.

* Query all orders of the user:

* When querying each order, you need to The order items are queried together.

* Page jump

1.1.2 Query the details of an order:

[Query an order]

Click the payment link on the order list page

Submit to Servlet:

* Receive data:

* Call the business layer:

* Page jump :

1.1.3 Pay for the order:

【Pay for the order】

Click to confirm the order on the order details page:

Submit to Servlet:

* Receive data: (name, phone number, address, select bank, order number, amount)

* Pay for the order: Redirect to Yibao’s website.

Attached Picture:

Business Operation of Order

Payment

Payment company’s profit model

## Online payment

The above is the detailed content of Detailed explanation of order module in online shopping mall. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn