> For the complete documentation index, see [llms.txt](https://docs.manifold.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.manifold.xyz/manifold-for-developers/shopify-merch-bridge/faq-error-help.md).

# FAQ / Error Help

<details>

<summary>Wallet Connect is stuck loading on my product page</summary>

1. Make sure you have no other token gating apps installed that inject Wallet Connect code onto your theme. If you have any of these apps installed you may have to uninstall them
2. If you are using a custom domain (i.e. your shop URL does not contain `.myshopify.com`) -> Go to the Welcome tab of the Manifold Merch Bridge App and make sure you have entered in a Wallet Connect Project ID. If you do not have one you can create one [here](https://walletconnect.com/)

</details>

<details>

<summary>Checkout Error: Please clear cart items as currencies have changed</summary>

If you are seeing this error you changed your store currency in the shopify settings, but have a Market (region that you accept sales in Shopify) that does NOT have a consistent currency as your store currency.

To fix:

1. Go to your store's settings in shopify and select the currency you want to support.

<img src="/files/cKSZpxFoQcWJEDcaX84s" alt="" data-size="original">

2. Then still within your stores settings in Shopify, search for markets. For each market here you must set the currency to your store's currency

<img src="/files/tnOUJ5G6V7rpwC7OP7fb" alt="" data-size="original">

<img src="/files/GSSsSXA7H871oQU90lxv" alt="" data-size="original">

</details>


---

# 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:

```
GET https://docs.manifold.xyz/manifold-for-developers/shopify-merch-bridge/faq-error-help.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.
