Cart Drawer Not Working

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.

Last updated