How to realize automatic opening of a mini-cart after adding / removing product?
-
I made a mini-cart in the form of a model window. What parameters or events should I create / check to activate the mini-cart after?
-
Hi @Volodymyr
We have already fire an event after product adding ( checkout.cart.add.after ) and removing ( checkout.cart.delete.after ), you can listen this event and can perform desired action.
Thanks