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
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/
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.
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.
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.
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.