> For the complete documentation index, see [llms.txt](https://help.mimeeq.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.mimeeq.com/commerce-and-integrations/woocommerce/error-notifications.md).

# Error Notifications

Set up email alerts for Mimeeq configurator errors — pricing failures, load errors, and cart issues — with per-type recipient lists in WooCommerce.

## Introduction

You can have the plugin email your team automatically whenever a customer runs into one of a handful of technical problems with the 3D configurator or the cart. Every notification is also recorded in the [Error Recovery Center](/commerce-and-integrations/woocommerce/error-recovery.md), so you'll have a record even if an email gets missed.

**To get started, you just need to add at least one email address.**

***

## Problems That Can Trigger an Email

| Problem                  | What it means                                                                                                                   |
| ------------------------ | ------------------------------------------------------------------------------------------------------------------------------- |
| Zero price               | The product loaded without a price (only sent if your settings are configured to block adding it to the cart in that situation) |
| Configurator not loading | The 3D configurator didn't finish loading on the page                                                                           |
| Add to cart error        | Something went wrong while adding the configured product to the cart                                                            |
| Variant not available    | The selected variant isn't available                                                                                            |

***

## Setting It Up

### Step 1: Add Your Main Email Address

1. Go to **WP Admin → Mimeeq → Notifications**
2. Enter your main email address
3. This address is used for every notification type by default

### Step 2: Turn On the Problem Types You Care About

Each of the four problem types above can be switched on or off independently, and each can have its own list of email addresses (separate multiple addresses with a comma) — handy if, say, pricing errors should go to one person and technical errors to another.

![Screenshot: Notifications settings screen](https://621103948-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FsqWfi8ifBhTdkvf1vOlY%2Fuploads%2FWLY5ZWa78OalMMt6nqzU%2F05-error-notifications-01-noti_13gd0u5.png?alt=media)

***

## What's in the Email

Each notification includes:

* Which type of problem occurred
* When it happened
* The product involved, if known
* A reference ID (the same one you'll find in the Error Recovery Center, if you want to look up more detail)

***

## Best Practices

1. **Send yourself a test** after setting this up, to confirm emails actually arrive
2. **Check spam folders** if you don't see anything land
3. **Add whoever's responsible** for each type of issue — you don't have to send everything to one inbox
4. **Check the Error Recovery Center now and then** too, since not every problem type triggers an email

***

## Related Articles

* [Error Recovery Center](/commerce-and-integrations/woocommerce/error-recovery.md)
* [Gutenberg Blocks & Elementor Widgets](/commerce-and-integrations/woocommerce/storefront-setup.md)
* [Admin Settings](/commerce-and-integrations/woocommerce/admin-settings.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://help.mimeeq.com/commerce-and-integrations/woocommerce/error-notifications.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.
