> For the complete documentation index, see [llms.txt](https://docs.hotwax.co/documents/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hotwax.co/documents/store-operations/orders/bopis/troubleshooting/notifications-error.md).

# Notification Error

## Not Receiving Notifications

If you are not receiving BOPIS notifications, consider the following troubleshooting scenarios:

### Check Internet Connection

Ensure that your device has a stable internet connection. Notifications rely on an active connection for delivery.

### Verify BOPIS App settings

Confirm that the BOPIS app has the necessary settings to send notifications. Go to the BOPIS app's settings page, and ensure that notifications are enabled for required topics.

### Confirm System Compatibility

Verify that OMS instance meets compatibility requirements:

* For BOPIS notifications to work, the instance should be on v.5.2.0. or above

### Review Browser Notification Settings

If you are using browser notifications, check the settings for your specific browser:

* **Safari:** [Manage Website Notifications on Safari](https://support.apple.com/guide/safari/manage-website-notifications-sfri40734/mac)
* **Chrome:** [Manage Notifications on Chrome](https://support.google.com/chrome/answer/3220216?co=GENIE.Platform%3DDesktop\&hl=en)
* **Firefox:** [Push Notifications on Firefox](https://support.mozilla.org/en-US/kb/push-notifications-firefox)

If you have blocked notifications in your browser, follow these steps to unblock and enable them:

* **Safari:** [Unblock Notifications on Safari](https://support.apple.com/guide/safari/manage-website-notifications-sfri40734/mac)
* **Chrome:** [Unblock Notifications on Chrome](https://support.google.com/chrome/answer/3220216?co=GENIE.Platform%3DDesktop\&hl=en)
* **Firefox:** [Unblock Notifications on Firefox](https://support.mozilla.org/en-US/kb/push-notifications-firefox)

### Review Operating System Notification Settings

Ensure that operating system notifications are enabled:

* **MacOS:** [Change Notification Settings on MacOS](https://support.apple.com/guide/mac-help/change-notification-settings-mchlpx1065/mac)
* **Windows:** [Change Notification Settings on Windows](https://support.microsoft.com/en-us/windows/notifications-and-do-not-disturb-in-windows-feeca47f-0baf-5680-16f0-8801db1a8466)

## Not Receiving Reminder Notifications

If you are not receiving reminder notifications, follow these steps to check the configuration of the `Open BOPIS Order Notifications` job in the Job Manager app's Fulfillment category:

* Open the Job Manager app.
* Navigate to the Fulfillment category.
* Confirm the configuration of the `Open BOPIS Order Notifications` job.
* Ensure that the job is set up with the desired frequency for reminder notifications.

<figure><img src="/files/DlNyerPgGDBznji1Q66J" alt="" width="375"><figcaption></figcaption></figure>

**Contact Support**

If issues persist, reach out to our support team for further assistance. Provide details about your device, operating system, and any error messages encountered for resolution.


---

# 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.hotwax.co/documents/store-operations/orders/bopis/troubleshooting/notifications-error.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.
