> For the complete documentation index, see [llms.txt](https://docs.platter.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.platter.com/resources/faqs/how-do-i-test-post-purchase-offers.md).

# How do I test Post-Purchase Offers?

Unlike checkout extensions, the post-purchase page **cannot be previewed** before going live. To ensure it’s working correctly, we recommend placing a test order on your store.

## Important Considerations for Testing

When creating a test order, be aware of these [limitations and consideration from Shopify](https://shopify.dev/docs/apps/build/checkout/product-offers#limitations-and-considerations). The most important to be aware of are:

* Orders need to be $0.50 or more to qualify for post-purchase offers.
* The post-purchase page won't be surfaced in the following scenarios:
  * The customer chooses to check out with an installment service or a wallet service (such as Klarna, Affirm, AfterPay, Apple Pay, Amazon Pay, or Google Pay).
  * The initial purchase was made with a gift card or any payment method other than a credit card.

## **How to Test Your Post-Purchase Offer**

1. **Create a test product** priced at **$0.50 or higher** (or use an existing product).
2. **Enable a post-purchase offer** in Platter+.
3. **Place a real order** on your store using a **credit card** (Shopify Payments or a supported gateway).
4. **Complete checkout** and confirm whether the post-purchase page appears.
5. **Check order details** in Shopify to ensure the offer was applied correctly.


---

# 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.platter.com/resources/faqs/how-do-i-test-post-purchase-offers.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.
