Magento - Customer login won't work on Onepage Checkout after 1.8.1 update from 1.7 -


after updating magento 1.7 1.8.1, found myself correcting of formkey issues on custom theme. think works correctly except 1 thing: customer login on onepage checkout page doesn't seem anything. problem seems odd me since customer login works everywhere else on site.

i use module (crius skipstep1) skip first step , instead show guest billing & shipping method first (with possibility of switching login system if wanted). using or default login system doesn't seem difference; problem there in both cases. after login, page reloads doesn't show me more before.

with module, checkout/onepage/savemethod/ function runs after page reloads. without module, nothing happens. in both cases, can still guest checkout method without issue.

and odd thing if type password wrong, page reloads , error message incorrect password shows up. tried testing default , base themes, , problem occurs anyway despite template files being date.

i think tried , don't see anymore, need fresh eyes.

thanks.

i had similar problem. need add <?php echo $this->getblockhtml('formkey'); ?> after <form> tag in following files:

/app/design/frontend/../template/persistent/checkout/onepage/login.phtml /app/design/frontend/../template/checkout/onepage/login.phtml 

that should fix login issue.


Comments

Popular posts from this blog

basic authentication with http post params android -

vb.net - Virtual Keyboard commands -

How to get multiresult with multicondition in Sql Server -