This is one of the most requested feature both in bricks forum and from our clients as well
people are so used to shopify and squarespace auto opening carts/offcanvas they just want to have that on woocommerce too
anyway I recently started working on this and it is not easy thing to make -_-
opening the cart when there is new product is just not enough not that simple
- there have to be a check for cart count
- there have to be a check for cart change !
- there have to be a cart count going up/down check !
- there have to be a custom offcanvas conditions setup
- there have to be a LITERALY CUSTOM MINICART from zero since native one wont work !
- there have to be a custom coded dynamic tags
I created 3 dynamic tag, session localstorage check and custom minicart to create a proper setup. I will work on this a bit more to optimize maybe it can be a bit optimized we will see…
anyway just wanted to share how much I got annoyed while developing this my first plan was to just use existing dynamic tags and the native offcanvas but all of them turned out to be not enough when I started building.
but thankfully we have conditions and interactions
anyone who wants this solution write under this topic
maybe I will share when its done