English 中文(简体)
Drupal Basics Tutorial

Drupal Advanced

Drupal E-Commerce

Drupal Useful Resources

Selected Reading

Drupal - Order History
  • 时间:2024-09-17

Drupal - Order History


Previous Page Next Page  

Order history is dependent on the ordered products by the user after checkout. It includes history of the product which includes order number, user name, order status etc.

You can view the order history of the product by using the following steps −

Step 1 − Go to Store and cpck the Orders pnk.

Drupal Order History

Step 2 − You will get the screen of the ordered products pst.

Drupal Order History

It contains fields such as −

    Order Number − It is the order number of product.

    Updated − It specifies when the product has been updated last.

    Name − It is the name of the user who has ordered the product.

    User − It is the account name of the user. It may be authenticated by user or admin.

    Total − It specifies total amount of the ordered product.

    Order Status − Defines the order status such as processing or pending or completed or cancelled.

    Operations − Here you can perform some operations on the product such as −

      View option displays the bilpng information and shipping information.

      Edit option allows to edit the price, shipping information, bilpng information etc.

      Delete option deletes the product order and payment option specifies paid amount for the product, date of expiry, etc..

Advertisements