cancel
Showing results for 
Search instead for 
Did you mean: 

Custommer / Frontend login fails on chrome 1.9.3.2 with Porto Theme

SOLVED
   Did you know you can see the translated content as per your choice?

Translation is in progress. Please check again after few minutes.

Custommer / Frontend login fails on chrome 1.9.3.2 with Porto Theme

Frontend / custommer login fails on chrome.

Magento 1.9.3.2 with Porto Theme.

 

Does any one have a solution for me?

 

I have done all the Google solutions but they have no effect at all.

1 ACCEPTED SOLUTION

Accepted Solutions

Re: Custommer / Frontend login fails on chrome 1.9.3.2 with Porto Theme

The answer is that your theme does not supply a variable called form_key.

Just as stated above I have to add:

<input type="hidden" name="form_key" value="<?php echo Mage::getSingleton('core/session')->getFormKey(); ?>" />

you add it right after <ul class="form-list">

to each one of my login.phtml files for the theme.

View solution in original post

2 REPLIES 2

Re: Custommer / Frontend login fails on chrome 1.9.3.2 with Porto Theme

@Anonymous,

did you find any solution for this problem?

Re: Custommer / Frontend login fails on chrome 1.9.3.2 with Porto Theme

The answer is that your theme does not supply a variable called form_key.

Just as stated above I have to add:

<input type="hidden" name="form_key" value="<?php echo Mage::getSingleton('core/session')->getFormKey(); ?>" />

you add it right after <ul class="form-list">

to each one of my login.phtml files for the theme.