I now have this:
Sub-Total: $52.93
FREE Ground Shipping for All Orders Over $50.00.
Which I edited the
catalog/includes/templates/custom/templates/tpl_shopping_cart_default.php
as
Code:
<!-- Finished loop through all products /-->
<tr><td colspan=7 align="right" class="rtp"><span style="color:#000000"><?php echo SUB_TITLE_SUB_TOTAL; ?></span> <span class="bigger"><?php echo $cartShowTotal; ?></span>
<br><br>FREE Ground Shipping for All Orders Over $50.00.</td></tr>
But that's just hard coded info and not dynamic as it should be.
I was still hoping that, given I have a flat rate and only shipping to one country, the cart would generate the shipping info such as:
Sub-Total: $49.94
Shipping Estimate: $8.90
Total: $58.84
Add just $0.06 more to your cart and receive free shipping!