# Orders

## **Orders Page Overview**

**Orders** is a pro plugin feature that provides an administrator with a **detailed log** of all calculator orders made by website users.&#x20;

It can be reached by following **Cost Calculator/WordPress Dashboard > Orders:**

<figure><img src="/files/UervB4qVYNVwcQvi3w1Y" alt=""><figcaption><p>Reaching the Orders Page</p></figcaption></figure>

{% hint style="warning" %}
WooCommerce orders are not showing in the Cost Calculator Builder dashboard. They appear in **WooCommerce > Orders.**
{% endhint %}

<figure><img src="/files/M5AgJzUk8yWqVaqoooh5" alt=""><figcaption><p>Orders page of Cost Calculator Builder</p></figcaption></figure>

**Orders** log contains the following information:

* Order **ID** number
* **Email** indicated by the user
* **Calculator** related to order
* Used **payment method**
* Calculator **total field** information (strikethrough formatting will be used when discounts are applied to the order)
* **Date** that order has been created
* Order **Status**
* Order **Actions**

**Bulk actions** and **pagination** will help an administrator to organize a list of orders.

<figure><img src="/files/aSqI8prytVe86aD0iRF1" alt=""><figcaption><p>Bulk actions and Pagination</p></figcaption></figure>

Detailed calculator and contact form information are available when you click on the order:

<figure><img src="/files/gf8u4IRPuEdBZjpRRm4O" alt=""><figcaption><p>Detailed Order Info</p></figcaption></figure>

## Filtering and Searching on the Orders Page

Orders can be searched by&#x20;

* **Email**
* **Calculator Name**
* **Order ID**

<figure><img src="/files/yp8EIKuZuLSpE7bo3eRI" alt=""><figcaption><p>Search on Orders Page</p></figcaption></figure>

Advanced filtering can be applied using the **More filter** button:

<figure><img src="/files/DTDxpm3VYAptYy0rucWx" alt=""><figcaption><p>Advanced Filte</p></figcaption></figure>

Orders can be filtered by:

{% tabs %}
{% tab title="Date Created" %}
Specify the **date range** for filtering orders by their **creation date**.

<figure><img src="/files/kBg6phFODGWSQkhcvYGv" alt=""><figcaption><p>Orders created between Aprli 4, 2024 - April 12, 2024</p></figcaption></figure>
{% endtab %}

{% tab title="Payment Method" %}
Available options are:

* All Payments
* No Payments
* Stripe
* Razorpay
* PayPal
* Cash Payment

<figure><img src="/files/SlFJoeeZdS29o5i1rMJT" alt=""><figcaption><p>Orders that has been done with Stripe</p></figcaption></figure>
{% endtab %}

{% tab title="Order Status" %}
Available options are:&#x20;

* Any Status
* Completed
* Pending

<figure><img src="/files/tplrwdHFLIsnQNBETldA" alt=""><figcaption><p>Orders with Pending Status</p></figcaption></figure>
{% endtab %}

{% tab title="Calculator" %}
Choose the Calculator from your list of calculators:

<figure><img src="/files/saZpobSB0oFEQ1oxF63z" alt=""><figcaption><p>Orders of trip Registration Form calculator</p></figcaption></figure>

<mark style="color:red;">**!**</mark> Please note that in this filtering process, calculators will be filtered based on their **ID** rather than their **name**. This means that if you change the calculator’s name, the name in previous orders will remain **unchanged** and **displayed** even if you filter by the new calculator name.
{% endtab %}
{% endtabs %}

{% hint style="info" %}
Multiple filters can be applied at the same time.
{% endhint %}

## Exporting Orders

To export orders in **CSV** or **XLS** formats, click on the **Export** button and then select the desired format:

<figure><img src="/files/G74ZYCFkswgLdIAxnbtl" alt=""><figcaption><p>Exporting Orders</p></figcaption></figure>


---

# Agent Instructions: 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:

```
GET https://docs.stylemixthemes.com/cost-calculator-builder/pro-plugin-features/orders.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
