I am trying to apply a discount to a carts total price, but I can only do it to the item base price and not the over all price. I Googled and came across this post in the w
Try this:
WC()->cart->cart_contents_total
The function get_cart_total uses wc_price function thas converts cart_contents_total to currency.