I would much prefer Viart made the code to install a message in the header.html which says "x items in cart $x toal" with a little cart image and if you click the link it takes you to the cart.
You already have such posibility and you just need add code like below somewhere in your header.html file:
<!-- begin empty_small_cart -->
<b>{EMPTY_CART_MSG}</b>
<!-- end empty_small_cart -->
<!-- begin small_cart -->
{total_quantity} items in cart {total_price} total
<!-- end small_cart -->