> For the complete documentation index, see [llms.txt](https://docs.lufavo.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.lufavo.com/frameora/sections/featured-product.md).

# Featured product

The Featured product section highlights a single Shopify product on a page.

Use this section to promote an important product, best seller, custom product, gift card, or featured offer.

### Open Featured product settings

<figure><img src="/files/TzpsFVdCzcpzk3M6fozl" alt=""><figcaption></figcaption></figure>

{% hint style="success" %}
To edit the Featured product section:

* From your Shopify admin, go to **Online Store > Themes**.
* Find **Frameora**.
* Click **Customize**.
* Open the page where the Featured product section appears.
* Select **Featured product** in the theme editor sidebar.
* Choose the product you want to feature.
* Adjust the available settings and blocks.
* Click **Save**.
  {% endhint %}

***

### Section settings

The Featured product section includes these main settings:

* Product
* Kicker

#### Product

Use the **Product** setting to choose which Shopify product appears in the section.

Choose an active product that is available on the Online Store sales channel.

If no product is selected, the section shows a placeholder.

#### Kicker

Use the **Kicker** field for short text above the featured product content.

Example:

**Featured product**

***

### Product blocks

The Featured product section includes these blocks:

* Title
* Price
* Description
* Variant picker
* Quantity selector
* Buy buttons
* Pickup availability

You can add, remove, or reorder available blocks in the theme editor.

***

### Title

The **Title** block displays the selected product title.

This block does not have customizable settings.

***

### Price

The **Price** block displays the selected product price.

If the product has a compare-at price, Shopify may show sale pricing based on your product pricing settings.

***

### Description

The **Description** block displays the selected product description.

Use a clear product description in Shopify Admin so customers understand the product, options, and benefits.

***

### Variant picker

The **Variant picker** block displays available product options such as size, color, style, or other variants.

Variant options are controlled by the selected product in Shopify Admin.

***

### Quantity selector

The **Quantity selector** block lets customers choose the quantity before adding the product to cart.

***

### Buy buttons

The **Buy buttons** block displays the add-to-cart button.

This block may also show Shopify dynamic checkout buttons when enabled and available.

Dynamic checkout buttons are controlled by Shopify. The buttons shown may depend on:

* Store payment settings
* Customer device
* Customer browser
* Customer location
* Product eligibility

Do not create fake dynamic checkout buttons. Frameora uses Shopify’s native dynamic checkout output.

***

### Pickup availability

The **Pickup availability** block shows local pickup availability when pickup is configured in Shopify.

If pickup is not configured, this block may not show visible pickup information.

***

### If the product does not appear correctly

Check that:

* A product is selected in the section settings.
* The product is active.
* The product is available on the Online Store sales channel.
* The product has at least one available variant.
* The product has a price.
* Product images are uploaded.
* The needed product blocks are enabled in the section.

***

### Save your changes

After editing the Featured product section, click **Save**.

If changes do not appear immediately, refresh the storefront or open the page in a private browser window.


---

# 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://docs.lufavo.com/frameora/sections/featured-product.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.
