> For the complete documentation index, see [llms.txt](https://docs.smind.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.smind.io/dev/cart-drawer-event.md).

# Cart Drawer event

In this case, after successfully adding a product to the cart, you'll need to manually trigger the following action to display the Smind's Cart Drawer on the screen:

```
const drawer = new SMI_CartDrawer();
drawer.render();
drawer.onToggle();
```
