# How to Charge a Shipping Fee

This article shows you a workaround to create a unified shopping fee for a funnel order. A unified shipping fee means the same charge is applied to each order regardless of the number of items purchased. The workaround uses a hidden dummy product which is set as a default purchase.&#x20;

## Adding the shipping product

The first task is to add a new *dummy* product to a funnel step.

1. Open a funnel.
2. Open the step with your product(s).
3. Click the **Add a new product** button.

<figure><img src="/files/6fcipkgV36CJECZ5R12E" alt="" width="563"><figcaption><p>Adding new product.</p></figcaption></figure>

&#x20; 4\. On the next window, click **One-time** and then **Continue**.

&#x20; 5\. On the **Create new product** popup, add a product name and price. In this example, we assign the name **Shipping and Handling&#x20;*****(or similar).***

&#x20; 6\. Click **Create product**.

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

### Hiding the shipping product

Now, let's customize this product. **We'll hide the item and make it a default purchase.**&#x20;

1. Click the shipping product on the step list. A panel displays on the right side.
2. Scroll down to the **Settings** heading.
3. Switch on two toggles: **Select by default** and **Hide from products list**.
4. Click **Save changes**.

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

### Order form display

{% hint style="success" %}
If hidden and selected by default, this "shipping" product **will only show up in the summary, and won't be visible in the product list.**
{% endhint %}

![](/files/GzFt1edCbaW6jeWlZ0va)


---

# 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.funnelish.com/faq/how-to-charge-a-shipping-fee.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.
