I just upgraded a Magento shop and I had problem on ‘Shipping Methods‘ sections of onepage checkout. No shipping methods were displayed and I was getting the following message over there:
Sorry, no quotes are available for this order at this time magento
I had enabled ‘Table Rates‘ shipping method.
Solution:
– Login to your Magento site admin
– Change the ‘Current Configuration Scope‘ (present on top of left sidebar) to ‘Main Website‘
– Go to System -> Configuration -> Shipping Methods
– Click ‘Table Rates‘
– Click ‘Export CSV‘ button
– Import that exported file again (i.e. There is option to ‘Choose file’. Browse the recently exported file and ‘Save Config’)
– Refresh cache from System -> Cache Management
Now you should be able to see shipping method on checkout.
Hope it helps. Thanks.