We really miss a tag (if it's not already there) for free shipping or even better a tag showing the amount the user should add to basket in order to redeem free shipping. We need this both in the mini and real cart.
For now, you have Ecom:Order.ShippingMethodID tag - use that in the Razor template to look up the shipping method (eCommerce.Orders.Shipping.getShippingmethodByID), and compare the FreeFeeAmount property to the acutal order total to tell the difference.