> For the complete documentation index, see [llms.txt](https://orbit-b2b.gitbook.io/orbit-b2b-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://orbit-b2b.gitbook.io/orbit-b2b-docs/volume-pricing/storefront-table.md).

# Storefront pricing table

The volume pricing table shows your tier structure directly on product pages, so customers know what quantity to buy to unlock a better price.

***

## Enable the table

The table is enabled by default when you create a volume pricing rule. To toggle it:

1. Open the rule in **Volume Pricing**
2. Find **Show table on product page**
3. Toggle on or off
4. Save

***

## Add the block to your theme

For the table to appear, the **Volume Pricing Table** block must be added to your product page template:

1. Go to **Online Store → Themes → Customize**
2. Open the **Product** template
3. Click **Add block** inside the product section
4. Select **Volume Pricing Table** (under Apps)
5. Save

***

## Customize the table appearance

In Theme Editor, click the **Volume Pricing Table** block to open its settings:

| Setting                    | What it controls                      |
| -------------------------- | ------------------------------------- |
| **Table alignment**        | Left / center / right alignment       |
| **Title alignment**        | Alignment of the heading text         |
| **Title font size**        | Size of the heading (10–32px)         |
| **Title color**            | Heading text color                    |
| **Title background color** | Background color of the heading badge |
| **Title font weight**      | Normal (400) to Bold (700)            |

***

## Available table styles

Choose the visual style of the table in your volume pricing rule settings:

| Style             | Description                             |
| ----------------- | --------------------------------------- |
| **Default**       | Standard bordered table                 |
| **Alibaba Cards** | Horizontal flex cards without borders   |
| + more            | Additional templates in the rule editor |


---

# 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://orbit-b2b.gitbook.io/orbit-b2b-docs/volume-pricing/storefront-table.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.
