> For the complete documentation index, see [llms.txt](https://docs.vividlabs.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.vividlabs.com/vivid-nft-shop-app-getting-started/step-5-product-delivery-custom-email-templates.md).

# Step 5: Product Delivery - Custom Email Templates

Step 5: Product Delivery - email communications to customer

At this point, the buyer will receive emails with a link to their order confirmation and a link to view their NFT.

<figure><img src="/files/3pHKhR5lWKc12LgJSr8Y" alt="Email sent to customer to view their NFT"><figcaption></figcaption></figure>

"View your NFT" email sent to your customer after they purchase their NFT. At the time of purchase the NFT is then minted.&#x20;

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

**How to edit Vivid Labs Shopify App email template**

The "View your NFT" email contains custom variables to support your storefront. These emails contain links to several domains. "View your NFT" takes your customer to a Vivid Labs landing page that contains the minted, multi or single asset NFT. "Visit our store" links to your storefront, and "Mint transaction ID" links to the blockchain explorer that tracks the transaction path of the minted NFT. This is a public site and follows the standards of most blockchains of transparency and access.&#x20;

To edit this page, click Apps > Vivid NFT > Settings

<div align="left"><figure><img src="/files/U9qGqe71FGHdDd7QZMKa" alt=""><figcaption></figcaption></figure></div>

Then click the check mark next to Preview Email Template.&#x20;

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

*Note: Clicking here will reveal the HTML code to customize the email template. **Mistakes happen, so we highly recommended that you back up and save the code provided here.***&#x20;

We have provided custom variables like {{ store\_name }} that automatically knows the name of your store, your store front domain and other variables.&#x20;

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

After unchecking "Preview Email Template" you will see all the HTML and CSS code that supports emails sent to customers. Make your changes, click Save, then click the box next to "Preveiw Email Template" to see the results.&#x20;

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


---

# 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.vividlabs.com/vivid-nft-shop-app-getting-started/step-5-product-delivery-custom-email-templates.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.
