> For the complete documentation index, see [llms.txt](https://docs.gethoneycart.com/live-examples/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gethoneycart.com/live-examples/menus/different-prices-for-item-options.md).

# Different Prices for Item Options

HoneyCart lets you set different prices for certain item options:

* Different sizes (i.e Half vs Full Pan)
* Different quantities (i.e 50, 100, 200 Chicken Wings)
* Premium options (i.e Scallops cost extra $2.00)

{% hint style="success" %}
**Live Demo:** try a demo of [different prices for item options](https://hc-live-examples.gethoneycart.com/?menu=1\&order_type=1).
{% endhint %}

## Price by Size

![](/files/YzzoZMrnXxSKTjPYCqr8)

## Price by Quantity

Offer better pricing when they order more.

![](/files/wOD99p4oWZjzEkrNuZUu)

## Charge More for Premium Options

![](/files/AuN9A7PN8Ng7NmGORMEE)


---

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

```
GET https://docs.gethoneycart.com/live-examples/menus/different-prices-for-item-options.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.
