> For the complete documentation index, see [llms.txt](https://broadcast.presidiocreative.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://broadcast.presidiocreative.com/product-theme-blocks/price.md).

# Price

The **Price** block displays the product’s current price, and if applicable, includes sale and compare-at pricing. It’s a key element for communicating value and discounts to shoppers.

> Only one Price block is allowed per section (`limit: 1`).

<figure><img src="/files/f8fnpwI4Lveg40mkSbZm" alt="Image depicting the price block of the product pages section"><figcaption></figcaption></figure>

<table><thead><tr><th width="151.11895751953125">Settings</th><th width="94.354248046875" align="center">Type</th><th width="487.1685791015625">Description</th></tr></thead><tbody><tr><td>Text size</td><td align="center"><code>select</code></td><td>Controls the font size of the price text. Usually set to a body style: <code>Extra small</code>, <code>Small</code>, <code>Medium</code>, <code>Large</code>, or <code>Extra large</code>.</td></tr><tr><td><strong>Padding</strong></td><td align="center"></td><td></td></tr><tr><td>Bottom</td><td align="center"><code>range</code></td><td>Adds vertical spacing below the price for layout flexibility.</td></tr></tbody></table>

***

## Notes

* The Price block updates automatically to reflect discounts or variant pricing changes.
* Consider pairing this block with **Add to cart** or **Quantity selector** blocks for complete purchase interaction.
* You can use theme color settings to control how sale prices or discounts are visually presented.

***

If the product price is set to $0, it's replaced by a translatable string - 'Free'.

![](/files/Mbas2nmuIP8yM2yidTGT)


---

# 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://broadcast.presidiocreative.com/product-theme-blocks/price.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.
