# Featured product

{% hint style="danger" %} <mark style="color:red;">Theme retirement</mark> | Context 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](/context/readme/theme-retirement.md).
{% endhint %}

The **Featured product** section displays an entire product form on your page so customers can buy your products on the spot.

## **Set up section**

Add this section to any template (except Checkout) and re-order its position. You can use this section multiple times on the same page with different content and settings.

{% hint style="warning" %}
Editing a template changes all pages that use that template. To edit specific pages, you can [create new templates](/context/general/editing-themes/using-templates.md#create-and-assign-multiple-templates) or [insert dynamic content with metafields](/context/general/adapting-your-theme/dynamic-content-with-metafields.md).
{% endhint %}

<details>

<summary><mark style="color:blue;">STEPS</mark></summary>

In your theme editor (**Customize**):

1. Select a **Template** to edit from the dropdown menu in the top bar.
2. Under **Template**, click **(+) Add section** and select **Featured product**.
3. Click on the **Featured product** section and click **Select product** to choose which product to feature.
4. (*Optional*.) Choose to enable the **Outline section** style for an alternate look.

   > This option removes the section background and adds a border around the section, which uses your store's border color setting.
5. Change the order of your sections by using the drag and drop handles **`⋮⋮`**
6. Click **Save**.

</details>

### Product blocks

Just like the **Product template**, this section contains the elements or blocks that make up your product form. You can rearrange or edit these blocks to create new styles or layout for your **Featured product** section.

Below you'll find a list of all the **Featured product** blocks, along with associated settings and features. Follow the link for setup instructions.

| 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](/context/product-pages/product-page-blocks/default-blocks.md#description)             | Display product description as a paragraph or accordion.                                                                                                                                                                                                            |
| [Variant selectors](/context/product-pages/product-page-blocks/default-blocks.md#variant-selector)  | Display variants of product options. Includes options for [Information popup](/context/product-pages/product-page-blocks/information-popup.md) and [Variant swatches](/context/product-pages/variant-swatches.md).                                                  |
| [Quantity selector](/context/product-pages/product-page-blocks/default-blocks.md#quantity-selector) | Let customers add more quantities of a product.                                                                                                                                                                                                                     |
| [Buy buttons](/context/product-pages/product-page-blocks/default-blocks.md#buy-buttons)             | Add-to-cart button with optional [Dynamic checkout button](/context/product-pages/product-page-blocks/default-blocks.md#dynamic-checkout-button). Includes [Local pickup banner](/context/product-pages/product-page-blocks/default-blocks.md#local-pickup-banner). |
| [Share icons](/context/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.                                                                                                                                                                                                 |

| Features blocks (guides)                                                                     | Description                                                |
| -------------------------------------------------------------------------------------------- | ---------------------------------------------------------- |
| [Accordion](/context/product-pages/product-page-blocks/accordion-block.md)                   | Add expandable tabs that reveal more text when clicked.    |
| [Custom Liquid](/context/for-developers/custom-liquid.md)                                    | Add block with custom HTML or Liquid                       |
| [Information popup](/context/product-pages/product-page-blocks/information-popup.md)         | Add popup product information (ex. Size guide).            |
| [Stock level indicator](/context/product-pages/product-page-blocks/stock-level-indicator.md) | Display stock level bar with 'low inventory' alert.        |
| [Text block](/context/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 page template](/context/product-pages/product-template.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/context/sections/theme-sections/featured-product.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.
