How to get the Total Dollar Amount in your cart?

I’m trying to read the value of the total dollar amount that is currently in your cart so I can log it in a spreadsheet and change a picture on the screen. How would I / Is it possible to access that variable? I know that in HTML the id = “total-sum” , I just need to get that value into JavaScript

1 Like