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