> For the complete documentation index, see [llms.txt](https://orbit-20.gitbook.io/orbit-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://orbit-20.gitbook.io/orbit-documentation/faq-and-troubleshooting/cart-drawer-not-working.md).

# Cart Drawer Not Working

<figure><img src="/files/YYXsEPYHaP2kvYdVmebA" alt=""><figcaption></figcaption></figure>

If the cart drawer does not appear or fails to trigger when clicking the cart icon, it is often due to a conflict with your current theme's default settings. You can resolve this by using the **Compatible** settings in the **Advanced** tab.

#### Using Compatible Settings

To ensure Orbit works seamlessly with your theme, you may need to manually specify certain CSS selectors:

* **Hide default drawer:** If your theme's original cart drawer still appears, enter its CSS selector (e.g., `.theme-cart-drawer`) to force-hide it. Leave this field empty if there is no conflict.
* **Cart count selector:** To keep your header's cart bubble updated, enter the selector for your cart item count (e.g., `.badge-counter`). This ensures the number of items reflects accurately in real-time.
* **Cart button selector:** If clicking your cart icon doesn't open the Orbit drawer, enter the selector for your cart button (e.g., `.cart-button`). This "links" your theme's button to trigger the new slider.
