clockworkgeek / Magento-Guest-Cookies

Record cart contents and viewing history in cookies for anonymous guests.
11 stars 6 forks source link

Shipping method step not being displayed due to bad class inheritance #1

Closed kirkmadera closed 9 years ago

kirkmadera commented 9 years ago

I noticed that Clockworkgeek_Guestcookies_Block_Onepage_Shipping extends Mage_Checkout_Block_Onepage_Billing, where I believe it should extend Mage_Checkout_Block_Onepage_Shipping. This was causing the shipping step to not be displayed in our onepage checkout. This was on a customized Enterprise Edition, which I don't think this module proposes to support, but it seems like this issue would apply to all versions. Updating the class to extend Mage_Checkout_Block_Onepage_Shipping fixed the issue for us.

clockworkgeek commented 9 years ago

Thank you for pointing it out. That was a beginner mistake to make.