> 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/page-setup/gift-card-page.md).

# Gift card page

The Gift card page is the page customers see when they receive or open an issued Shopify gift card.

This page displays the gift card value, gift card code, QR code, print option, and a button to return to the store.

### How the Gift card page works

The Gift card page is controlled by Shopify gift card functionality.

Frameora supports the issued gift card page, including:

* Gift card value
* Gift card code
* QR code
* Print button
* Start shopping button
* Apple Wallet support when available
* Gift card recipient support when configured through Shopify

### Editing the Gift card page

The Gift card page does not have editable sections in the Shopify theme editor.

If you open this page in the theme editor, you may see:

**This page doesn't have any sections.**

This is normal.

### Gift card code

The gift card code is generated by Shopify.

Customers can copy or use this code at checkout to redeem the gift card balance.

### QR code

The QR code is generated by Shopify.

Customers can scan the QR code to access or use the gift card.

### Print button

The **Print** button lets customers print the gift card page.

### Start shopping button

The **Start shopping** button sends customers back to the store so they can browse and use their gift card.

### Apple Wallet

Apple Wallet support may appear when available and supported by Shopify.

Availability depends on Shopify gift card functionality and customer device support.

### Important note

The issued gift card page is different from the Gift card product page.

The Gift card product page is where customers buy a gift card.

The Gift card page is where customers view and redeem an issued gift card.

### If the Gift card page does not look correct

Check that:

* Gift cards are enabled in Shopify.
* The gift card was issued correctly.
* The customer is opening a valid gift card link.
* The gift card has an available balance.
* You are previewing the correct gift card page.


---

# 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/page-setup/gift-card-page.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.
