Replace Check Out Button With View Cart In Dawn Theme

Hi @Karlis_1 , to change the ‘Check Out’ button to ‘View Cart’ in your Dawn theme cart drawer, locate the cart drawer Liquid file (like cart-drawer.liquid), find the ‘Check Out’ button code, and change its href attribute from /checkout to /cart. Also, update the button text to ‘View Cart’ within the same code snippet. This will redirect users to the cart page instead of directly to checkout.