# Legacy Post Purchase Installation

If you are using legacy Shopify checkout pages (not the new Checkout Extensions), you'll need to manually add the Zigpoll embed code to your order status page.

{% hint style="warning" %}
Shopify has announced their intention to move all stores to the new Checkout Extension by August 2025. Consider upgrading to [Checkout Extensions](/installation/activating-zigpoll-on-shopify-checkout-extensions.md) for the best experience.
{% endhint %}

#### Installation Steps

1. Install the Zigpoll App via the [Shopify App Store](https://apps.shopify.com/zigpoll).
2. Go to your **Shopify Dashboard → Settings → Checkout**.
3. Scroll down to **Order Status Page additional scripts**.
4. Go to the Zigpoll dashboard and click **Installation**.
5. Copy the code labelled **Manual Embed Code**.
6. Paste the code in the **Additional Scripts** input box on your Shopify dashboard.
7. Press **Save**.

Once you have made these changes, you're ready to go. You can manage all of your surveys directly from the Zigpoll dashboard.


---

# 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://docs.zigpoll.com/tutorials/legacy-post-purchase-installation.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.
