Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Magento No shipping method is shown in guest checkout

I am having strange problem in my checkout page. I am using one step checkout, None of the shipping methods are not shown when trying with guest checkout.But as soon as i try to checkout with login, it shows all the shipping methods. When i was trying to debug i found that Mage_Checkout_Block_Onepage_Shipping_Method_Available::getShippingRates() is returning blank array when im not logged in . I am using magento 1.7 CE. Any help will be highly appreciated.

Thanks ,

like image 576
user773440 Avatar asked Nov 04 '22 14:11

user773440


1 Answers

SOme suggestions: Can you please check in the following log files if there is any problems:

  • var/log/exception.log
  • var/log/system.log
  • and your php log
like image 171
Tuong Le Avatar answered Nov 09 '22 11:11

Tuong Le