Cart Drawer event
If you're using Smind's cart drawer section but not the sections that provide Smind's form data.
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();
Last updated