How can I update and open the cart drawer on button click in Refresh theme?

Hi
Thanks for helping me out
I’m using refresh theme
I just want to update and open the cart drawer on any button click
I have attached a example how I want it.
Please help me
Would be appreciate

TIA :blush:

<script>
       console.log('test')
       $("body").on("click","button.opencart", function(){

   var cart = new theme.CartDrawer

        console.log('test')
        cart.open();
      })   </script>

Hi @Ajay2265

You will need to edit the code in the cart-drawer.js. Code specifics is hard without doing some debugging.

Thanks
Can you please let me know the line number?
Where I can place my code?
If possible?
Thanks