> For the complete documentation index, see [llms.txt](https://minimateapps.gitbook.io/customfield/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://minimateapps.gitbook.io/customfield/how-to.../how-to-charge-extra-fee-when-a-field-is-being-utilized-by-customer.md).

# How to charge extra fee when a field is being utilized by customer?

### Extra Charge via Shopify Variants

You can create variants called "Yes for personalization", "No need for personalization" in Shopify Admin for selected products. You can edit the price for that "Yes for personalization" variant in Shopify Admin easily. \
\
Then in the app only apply the fields for "Yes for personalization" variant for those products. By doing so, our fields will be only displayed on those particular variant and those variants would have extra charge in place directly in the price title by Shopify.&#x20;

{% hint style="warning" %}
With this method, customers cannot remove any extra charge at all in the cart or checkout. &#x20;
{% endhint %}

***

### Extra Charge via Add-On Product

You need to create a product in SHOPIFY ADMIN to represent your extra charge on cart and checkout page. Then search this newly created product in the selection section in the app. If you cannot find the item, please click refresh button to retrieve all your products again.

{% hint style="warning" %}
The newly created product must have sufficient stock. Ideally "Quantity Not Tracked" or "Continue Selling When Out of Stock" selected in Shopify Admin.&#x20;
{% endhint %}

{% hint style="warning" %}
The newly created product must be in active status, available in online store sales channel too.
{% endhint %}

<figure><img src="/files/4953DPgvKQwhXYyurmqA" alt=""><figcaption></figcaption></figure>

{% embed url="<https://www.youtube.com/watch?v=rgiQlHZyC2U>" %}


---

# 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://minimateapps.gitbook.io/customfield/how-to.../how-to-charge-extra-fee-when-a-field-is-being-utilized-by-customer.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.
