> For the complete documentation index, see [llms.txt](https://docs.xorosoft.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.xorosoft.com/xoroerp-1/b2b/customer-portal/customer-portal-cart.md).

# Customer Portal - Cart

The Order Cart Summary module gives you an overview of the items added to the cart. This module provides a comprehensive view of the items selected for purchase and the details necessary to finalize an order. This module is designed to streamline the ordering process, ensuring that all relevant information is readily available and easily editable before the order is submitted.

In this guide, we will delve into the various sections of the Order Cart Summary module, highlighting their functions and the information they provide. From viewing and managing item details to editing shipping and billing addresses, each section plays a pivotal role in ensuring a smooth and efficient ordering experience.

### Order Cart Summary Module Sections

#### **Item Details**

On the left side of the order summary page, all the items added to the cart are displayed. From here, users can view the item details (such as item name, price, quantity, total amount, available quantity), update the item quantity, delete the item from the cart, and update the cart.&#x20;

<figure><img src="/files/SGgnEqKjnCl7Qwyk5RDZ" alt=""><figcaption></figcaption></figure>

#### **Order Logistics**

Below the item details, you will find the finer details related to the order, such as presentation name, ordering type, start ship date, etc. Additionally, users have the option to edit "Start Ship Date" and "Complete Ship Date" from this section.

<figure><img src="/files/VeTwNtTEtGOcQiDC9tG8" alt=""><figcaption></figcaption></figure>

#### **Order Summary**

The order summary section at the right side of the page displays the order details, such as total quantity, sub-total, total amount, and payment required. The "Submit Order" button in this section allows you to create the order.&#x20;

<figure><img src="/files/xwkIzcmB2E0rWGWkBaIw" alt=""><figcaption></figcaption></figure>

#### **Customer Details**

The customer details section displays the customer's name, email, and contact number.

<figure><img src="/files/8q62v459XkzXi1jZ4izG" alt=""><figcaption></figcaption></figure>

#### **Shipping Address**

This section displays the shipping address details and allows you to edit or change the shipping address.

<figure><img src="/files/gLssRywINECkNUGkETJ1" alt=""><figcaption></figcaption></figure>

#### **Billing Address**

This section displays the shipping address details and allows you to edit or change the billing address.

<figure><img src="/files/PioJgtzQIm084tfE2vZa" alt=""><figcaption></figcaption></figure>

#### **Payment Terms**

This section displays the payment terms applied to the order.

<figure><img src="/files/CkWstze99mUiY5SMkdBP" alt=""><figcaption></figcaption></figure>

#### **Notes**

This section allows you to add any additional notes or information related to the order.

<figure><img src="/files/ktqvq6CKc9k4TeV8tM2e" alt=""><figcaption></figcaption></figure>

#### **Customer PO**

This section allows you to add the cutsomer PO number, if applicable and select the sales rep for the order. *Please note that if the "*[***Make Customer PO mandatory***](/xoroerp-1/b2b/presentation-centre.md#creating-presentation-other-attributes-tab)*" checkbox is selected in the presentation setting, it is mandatory to provide the Custome PO here.*

<figure><img src="/files/vntbTqggJJsjwrnnFRTW" alt=""><figcaption></figcaption></figure>

After all the items have been added to the cart and the details have been verified, click the "Submit Order" button to create your B2B order.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.xorosoft.com/xoroerp-1/b2b/customer-portal/customer-portal-cart.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
