> 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/faq.md).

# FAQ

Answers to common questions about Mimeeq for WooCommerce — pricing, taxes, currencies, discount codes, private products, and page speed.

## Do I need a Mimeeq account to use the plugin?

Yes, you need an active Mimeeq subscription. Contact the Mimeeq team for setup help and to choose a plan.

***

## Can I translate my configurator's content?

Yes — this is done from your **Mimeeq Dashboard** (not from WordPress), where you can translate the product-related content shown inside the configurator itself.

***

## How do I hide custom products from my WooCommerce collections?

You don't need to do anything — products created from a customer's configuration are automatically made **private**, so they never show up in your shop listings, search results, or category pages. If you ever needed to filter them out of a custom query for some other reason, they're also automatically tagged `mimeeq-custom`, which you can filter by.

***

## What happens if a price changes while a customer is configuring a product?

The customer sees the current, live price. If a price changes between visits, Mimeeq handles this on its own by retiring the old product and generating a fresh one with the updated price the next time it's needed.

***

## How does Mimeeq handle sales tax in WooCommerce?

Mimeeq itself doesn't deal with tax — it simply passes the configured price through to WooCommerce. Whether tax is shown included or added on top is entirely controlled by your normal WooCommerce tax settings, exactly as it would be for any other product.

***

## What currencies are supported?

Any major currency, set up from your Mimeeq Dashboard. To actually display different currencies to different customers on your storefront, you'll need WPML Multi-Currency (or an equivalent WooCommerce multi-currency setup) — see [Multi-Currency & Multi-Market (WPML)](/commerce-and-integrations/woocommerce/multi-currency-wpml.md).

***

## Can I use WPML and multi-currency features?

Yes. See [Multi-Currency & Multi-Market (WPML)](/commerce-and-integrations/woocommerce/multi-currency-wpml.md) for the full setup.

***

## Why doesn't the product image show up right away in the cart?

On WooCommerce, it normally does — the configured image is attached to the product the moment it's added to the cart, so there's no waiting involved. If you notice a delay in your specific setup, it's worth checking for caching or image-optimization plugins that might be holding things up, rather than assuming it's expected behavior.

***

## Do WooCommerce discount codes work with Mimeeq products?

Yes. Regular WooCommerce coupons work with both automatically-tagged Mimeeq products (`mimeeq-custom`) and with existing WooCommerce products that have a Mimeeq configuration attached. See [Discount Codes](/commerce-and-integrations/woocommerce/discount-codes.md) for the extra care needed with bundles.

***

## Can I customize how the configurator looks?

Two options:

1. Adjust it yourself using your Mimeeq Dashboard's translation/customization tools, plus your own CSS
2. Ask the Mimeeq team about custom interface development

***

## Does the plugin support right-to-left (RTL) layouts?

Not out of the box — RTL support would need custom interface development through Mimeeq.

***

## Will the configurator slow down my website?

Usually not noticeably. If you're using the **Mimeeq Advanced Button** block, only a small script loads up front, and the full 3D configurator only loads once a customer actually clicks the button. If you embed the configurator directly and inline on the page instead, it loads in full as soon as the page does.

***

## How do I stop Mimeeq products from turning up in search results?

You don't need to do anything for this either — since they're created as private products, they're already excluded from search and from your shop's product listings by default.

***

## What happens if the Mimeeq API can't be reached?

The plugin handles this gracefully: the failed attempt is automatically recorded in the [Error Recovery Center](/commerce-and-integrations/woocommerce/error-recovery.md), an email goes out if you've set up [notifications](/commerce-and-integrations/woocommerce/error-notifications.md) for it, and the customer sees an on-screen notification rather than a silent failure.

***

## Related Articles

* [Getting Started](/commerce-and-integrations/woocommerce/getting-started.md)
* [Admin Settings](/commerce-and-integrations/woocommerce/admin-settings.md)
* [Error Recovery Center](/commerce-and-integrations/woocommerce/error-recovery.md)
* [Discount Codes](/commerce-and-integrations/woocommerce/discount-codes.md)
* [Multi-Currency & Multi-Market (WPML)](/commerce-and-integrations/woocommerce/multi-currency-wpml.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/faq.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.
