How to add total amount in same button as checkout

I’m looking to add the total amount next to checkout word in the same button in the second picture on dawn theme for mobile and desktop

url knmb1c-pf.myshopify.com

password samurai

Hi @undercoverfresh , to do that, please follow our instructions:

Step 1: Open Online Store → Themes → Edit code.

Step 2: Find snippets/cart-drawer.liquid

Step 3: Paste this code to checkout button (like this image below):

{{ cart.total_price | money_with_currency }}

Result:

If this helpful, please let us know by giving us a like and marking its as a solution. Thanks you :heart_eyes: