checkout button

How do you redirect the checkout button to the person’s cart instead of checkout when you place an item in the cart?

Hi @Ainius12345

You can do that by editing code in cart-drawer.liquid file

Replace this code


With this code


            {{ 'sections.cart.title' | t }}
          

Hi, so there were no scripts in this file and now that I changed it doesn’t do anything it just redirects to checkout.

Also when i add the item to the cart, the cart notification doesn’t pop up anymore.