> For the complete documentation index, see [llms.txt](https://docs.roadmap.so/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.roadmap.so/discounts-and-gwp/troubleshooting/gwp-not-working-in-shopify-pos.md).

# GWP not working in Shopify POS?

Fix the two most common reasons a Gift with Purchase does not work in Shopify POS.

If a GWP works online but not in Shopify POS, check these two requirements first:

* the **POS GWP** tile is added to Shopify POS
* the store is on **Shopify POS Pro**

### Why these two checks matter

Roadmap GWPs in POS rely on Shopify automatic discount support.

If the tile is missing, staff cannot trigger the POS flow.

If the store is not on **Shopify POS Pro**, Shopify POS will not support the required automatic discount behaviour.

### Fix it step by step

{% stepper %}
{% step %}

#### Add the POS GWP tile

In Shopify admin, open the POS app settings.

Find **POS GWP by Roadmap**, then add the **Smart grid tile**.
{% endstep %}

{% step %}

#### Refresh the POS device

Close and reopen Shopify POS after the tile is added.
{% endstep %}

{% step %}

#### Confirm Shopify POS Pro

Verify the store is using **Shopify POS Pro**.
{% endstep %}

{% step %}

#### Retest with a qualifying cart

Use a cart that clearly meets the GWP rules and confirm the gift applies in POS.
{% endstep %}
{% endstepper %}

### Quick checklist

Make sure all of these are true:

* the **POS GWP** tile shows as added
* staff can see the tile on the POS device
* the store is on **Shopify POS Pro**
* the offer is active and in date
* the test cart meets the GWP conditions

### If the tile is added but the gift still does not apply

Check these next:

* the GWP itself is active
* the offer conditions match the POS cart
* the free gift variant is valid
* another promotion is not interfering

### Related guides

* [GWP not showing at checkout](/discounts-and-gwp/troubleshooting/gwp-not-showing-at-checkout.md)
* [Discounts not applying correctly](/discounts-and-gwp/troubleshooting/discounts-not-applying-correctly.md)


---

# 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.roadmap.so/discounts-and-gwp/troubleshooting/gwp-not-working-in-shopify-pos.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.
