> For the complete documentation index, see [llms.txt](https://docs.sparkeditor.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sparkeditor.com/template-customization/customization-of-template/override-the-order-summary-block.md).

# Override the Order summary block

**What is Order items summary ?**\
This table provides information about products that you have purchased and details of the same.<br>

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

**How to add Order items summary ?**\
Navigate to Woocommerce --> Spark Editor --> Choose any template.\
You can see the **order summary** icon in ***block*** section.

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

Drag and drop the logo element in which position you want to insert.

<figure><img src="/files/2siVyYMNxCOnxZi2FZ86" alt=""><figcaption></figcaption></figure>

**Customise Order items table:**\
Order items table is fetched by using the element Order summary.

This retrieves the information from the backend orders page.

If you would like to customize the order items table appears in your email, you will have to create a template override and do the necessary  changes.

***For Example:***

If you are trying to remove the Payment method from the order items table to be displayed or trying to add any specific information into the order items table.

**Which are the file to be overrided ?**

To change anything in the table, create override for the following files below

> ```
> /wp-content/plugins/woocommerce-email-customizer-plus/templates/order_items.php
> ```
>
> \
> Copy the above files and paste it under the directory path below:

> ```
> /wp-content/themes/YOUR-THEME/woocommerce-email-customizer-plus/templates/order_items.php
> ```
>
> \
> Once the file are overridden to your theme folder, you can then edit the overridden file and make your changes.
>
> Then Save the settings.
>
> I have more questions ?\
> Please submit a [support request](https://www.flycart.org/support). We are always happy to assist you :)


---

# 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.sparkeditor.com/template-customization/customization-of-template/override-the-order-summary-block.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.
