> For the complete documentation index, see [llms.txt](https://docs.samita.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.samita.io/samita-wholesale-b2b/add-on-features/create-payment-term-for-your-b2b-customers/show-draft-order-list-on-shopify-order-page.md).

# Show Draft order list on Shopify Order page

Payment Term can show each customer their own list of draft orders on their **Account** page. Customers must be logged in to your store to see it.

{% hint style="warning" %}
This uses Shopify's newer **Customer Account Extension UI**, so your store must be using Shopify's **new customer account login** for this feature to work.
{% endhint %}

## Steps to manage

{% stepper %}
{% step %}

### Open Payment term settings

From the app, click **Payment term > Setup payment term**, then click **Settings**.
{% endstep %}

{% step %}

### Open the customer account editor

Click the **Customer account** tab, then click **Go to customer account**.

<figure><img src="/files/AsafxU6o9jIPv548XJ5Y" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Add the draft order section

On the checkout and customer account page editor in your Shopify theme, find the **Sami Wholesale** app section and click the **+** icon to add a **Draft order list** section.

<figure><img src="/files/940VTYa5tVofPL2AoPMX" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Save and add it to the menu

Click **Save**, then add the section to the account menu.

<figure><img src="/files/tmbc3XIrTls4UdndTh1Z" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Name it and save

Give the menu entry a name, then click **Save**.

<figure><img src="/files/IZJJxfXdOvAxCgrAxYD9" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Check the result

Log in to your store to see it in action. Make sure you're using the new Shopify login type.

<figure><img src="/files/l846UQcQXEHYhda9sOJi" alt=""><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}

> ### **Need support?**
>
> If you do encounter any difficulty while proceeding these steps, don’t show any hesitation to contact us promptly via the email address [support@samita.io](https://help.samita.io/support@samita.io)


---

# 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.samita.io/samita-wholesale-b2b/add-on-features/create-payment-term-for-your-b2b-customers/show-draft-order-list-on-shopify-order-page.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.
