# Product page blocks

{% hint style="danger" %} <mark style="color:red;">Theme retirement</mark> Ira is no longer available on the Shopify theme store. **Theme support and updates for current users will end after May 18, 2024**. [Learn more here](/ira/readme/theme-retirement.md).
{% endhint %}

The **Product overview** section contains all the blocks that make up your product form, including product information, variant selectors, and buy buttons. You can rearrange or edit these blocks to change the style and layout of your product pages.

### **Default blocks**

The default product blocks in the Product overview are the essential components of your product form. They include the **product header, description, variant and quantity selectors, and buy buttons.** In the default product block settings, you'll find additional theme features like **swatches, chips, and information popups**.

| Default blocks (guides)                                                                         | Description                                                                                                                                                                                                                                                       |
| ----------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Title                                                                                           | Display title, price, vendor, star rating, and badges.                                                                                                                                                                                                            |
| Price                                                                                           | Display the price of your product, including the sale or compared price.                                                                                                                                                                                          |
| [Description](/ira/product-pages/product-page-blocks/default-blocks.md#description)             | Display product description as a paragraph or accordion.                                                                                                                                                                                                          |
| [Variant selectors](/ira/product-pages/product-page-blocks/default-blocks.md#variant-selector)  | Display variants of product options. Includes options for [Information popup](/ira/product-pages/product-page-blocks/information-popup.md), [Variant swatches](/ira/product-pages/variant-swatches.md), and [Variant chips](/ira/product-pages/variant-chips.md). |
| [Quantity selector](/ira/product-pages/product-page-blocks/default-blocks.md#quantity-selector) | Let customers add more quantities of a product.                                                                                                                                                                                                                   |
| [Buy buttons](/ira/product-pages/product-page-blocks/default-blocks.md#buy-buttons)             | Add-to-cart button with optional [Dynamic checkout button](/ira/product-pages/product-page-blocks/default-blocks.md#dynamic-checkout-button). Includes [Local pickup banner](/ira/product-pages/product-page-blocks/default-blocks.md#local-pickup-banner).       |
| [Share icons](/ira/product-pages/product-page-blocks/default-blocks.md#share-icons)             | Social links for sharing your product page.                                                                                                                                                                                                                       |
| Product type                                                                                    | Show the type of product as listed in your Shopify admin.                                                                                                                                                                                                         |
| SKU                                                                                             | Show the SKU number used to track your product inventory.                                                                                                                                                                                                         |
| Vendor                                                                                          | Show the product vendor (or seller) as added in your Shopify Admin.                                                                                                                                                                                               |

### **Feature blocks**

In the Product overview, the feature product blocks offer added functionality for displaying product information and designing the layout.

Click the links below to find help guides for the feature product blocks.

| Features blocks (guides)                                                                 | Description                                                |
| ---------------------------------------------------------------------------------------- | ---------------------------------------------------------- |
| [Accordion](/ira/product-pages/product-page-blocks/accordion-block.md)                   | Add expandable tabs that reveal more text when clicked.    |
| [Custom Liquid](/ira/for-developers/custom-liquid.md)                                    | Add block with custom HTML or Liquid                       |
| [Information popup](/ira/product-pages/product-page-blocks/information-popup.md)         | Add popup product information (ex. Size guide).            |
| [Stock level indicator](/ira/product-pages/product-page-blocks/stock-level-indicator.md) | Display stock level bar with 'low inventory' alert.        |
| [Text block](/ira/product-pages/product-page-blocks/text-block.md)                       | Add a short block of text.                                 |
| Divider                                                                                  | Add a horizontal line to visually separate product blocks. |
| Spacer                                                                                   | Insert a margin of space between blocks.                   |

<br>

***

> **Related links**
>
> [Product template](/ira/product-pages/product-template.md)\
> [Product page layout](/ira/product-pages/layout-and-style.md)


---

# 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://help.fluorescent.co/ira/product-pages/product-page-blocks.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.
