What it does: Shows all shipping options, and allows customers to choose, versus just shwoing "free shipping".

I created this contribution because no matter what I tried when I used any of the free shipping modules for over
a certain cart amount, they would hide the other shipping options (i.e. 2nd day air, next day air etc.) and not allow
the customer to choose a different method. There are only two files to modify: checkout_shipping.php and
/templates/content/checkout_shipping.tpl.php.

You have to have a free shipping module installed in your version of osCommerce for this to work.

There are three issues I have not resolved and I don't know if I will get to them (that is why I called this Version 0.5).
The issues are:
1.) In checkout_shipping.php when I tried to use "MODULE_ORDER_TOTAL_SHIPPING_FREE_SHIPPING_OVE R" it would display $2.00
instead of $200.00 (if the minimum shipping was set to a cart value of $200). So I hard coded the value.

2.) It still shows ALL shipping options so your customers can still chose UPS ground (and be charged for it) if
they don't see, and choose, the Free Shipping option.

3.) Along with #2 above I would like to have it automatically select the free shipping option but I couldn't figure
that part out.

More...