# 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();
```
