cancel
Showing results for 
Search instead for 
Did you mean: 

Can not login or checkout after applying patch SUPEE 8788 on Magento CE 1.6.2

Can not login or checkout after applying patch SUPEE 8788 on Magento CE 1.6.2

Hello,

After applying SUPEE 8788 on Magento CE 1.6.2, all customer can not login. My other problem is that is not possible to process an order on one page checkout. I saw few topic about the form-key, but I tried using magento default template and I have the same problem.

Any clue on that case?

Thanks

1 REPLY 1

Re: Can not login or checkout after applying patch SUPEE 8788 on Magento CE 1.6.2

That's because of missing form keys in the templates which you're using in your theme. You should update all phtml files from your custom theme by adding:

<?php echo $this->getBlockHtml('formkey'); ?>

immediately after <form ...> tag.

 

That's the only way.

If this response was helpful to you, consider giving kudos to this post.
If this response solved your problem, click accept as solution to help others solve this issue