Next-generation platform

Viewing order summary 

After capturing payments, the store associate can view the order summary, print the receipt, and track the order.

The Order summary page provides a summary of the order that the customer places, including the product, the delivery method, and the price.

After the payment is successfully processed, the following logic is executed to display the Order summary page:
  • The getCompleteOrderDetails API is called to get the order details.
  • The getCompleteOrderLineList API is called to get the order line details.

The Order summary page provides a summary of the order including the product details, delivery method, and the price. From the Order summary page, the store associate can print a receipt and email the receipt.

The store associate can add notes and also view the total number of notes and the existing comments, which include both user logged and automatically logged events. The getNoteList API is called to retrieve the comments saved to the order. The store associate can add a new note and the changeOrder API is called to save the notes to the order.

Clicking the order total and item total opens the Order total and View product total windows respectively. The price and charges in these windows are not editable.

From the Order summary page, you can perform various tasks such as print and email receipts, add notes, track order, and cancel order, if required by the customer.