Silly me didn't realize there was a "refresh" setting.

However the code I posted doesn't work the way I need it.

Regardless of what shipping option is selected if the order is less than $100 it won't allow the checkout buttons to appear unless selecting a shipping option that increases the total to $100 or above.

I need to modify this code
Code:
if (($order->info['total'] < 100) && is_object ($freeoptions)) {
to make it work.