Login not working on 1.9CE

Hi I have installed your theme on magento 1.9 and the login function is not working.
I am happy to provide details of our installation, but as we have a developer account, would need documentation provided as to a resolution so that we can implement on other installs.

6 answers

Profile photo of Man 410.00 $tone January 23, 2015
Public

Hi fairscan,
The Login function is working fine in our theme at http://megamall.demo.ubertheme.com/ with Magento 1.9.x
Seems that there is something with installation of JM MegaMall theme on your site. You can update the latest verison of Megamall theme at http://www.ubertheme.com/magento-themes/megamall/
 

#1
Profile photo of fairscan 510.00 $tone January 23, 2015
Public

Well its not working for us- We only download the theme 3 days ago, have implemented it to two sites, and the login works on neither.
Given we have paid for a developer subscription, I would hope you could help a bit more than “it must be you”. As soon as I change the theme to smoothing else (i.e., rwd, or default) then login works fine, thus it is definitely a problem with your theme.
Please advise.

#2
Profile photo of fairscan 510.00 $tone January 23, 2015
Public

also we have modified quite a bit of CSS.. to re-do that would take way to many hours. This however should not affect the core functions of the theme.

#3
Profile photo of fairscan 510.00 $tone January 23, 2015
Public

also we have modified quite a bit of CSS.. to re-do that would take way to many hours. This however should not affect the core functions of the theme.

#4
Profile photo of Man 410.00 $tone January 26, 2015
Public

Hi fairscan,
Did you customize the templates or layouts in our JM Megamall theme?
Please provide me the Admin & FTP credentials of your site. I will check further your site & tell you how to solve that issue.
Thank you
Mall

#5
Profile photo of Mall Staff 184060.00 $tone January 27, 2015
Public

Hi fairscan,
I have edited the template file at app/design/frontend/default/jm_megamall/template/persistent/customer/form/login.pthml
Replace this code:

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

by this code:

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

The issue about Login form was solved.
Have a look & contact me if you need further help.

#6

Please login or Register to Submit Answer

Written By

Comments