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