I changed code of Dawn 11.0 theme based on video and it is working.
I also customised the theme such that when add to cart button is clicked, slide out drawer appears.
Problem is, when I click the “Add to Cart” button of sticky bar, slide out drawer cart does not appear. But when I click regular “Add to cart” button on product page, slide out drawer cart appears.
Any solution or short cut? I am missing some fine detail.
I have done following but it is not working. If someone can help, it would be of great help
Added an asset and called it CartDrawerPull.js
added the script reference in theme.liquid
Wrote following code thereby capturing /cart/add action for all forms and added an event listener and allowed it to handle default and added animate and active class.