I can’t figure out what the real problem is..
When I click the link login in the header it takes me to the customer login page..
But on that page none of the buttons works after submitting the data..
-
Login button on customer login page does not work
-
Submit Button on create account page does not work..
-
Newsletter subcription button does not work…
Lad, have the same problem with newsletter.
Just installed the new version of Magento, 1.6.2.0 and didn’t see the input.
Insert this:
into /app/design/frontend/YOUR-PACKAGE/YOUR-THEME/layout/newsletter.xml into block.
Then go to /app/design/frontend/YOUR-PACKAGE/YOUR-THEME/template/page/html/footer.phtml, find there this:
replace with this:
It worked to me. I havent review login page, but I hope my advice with the newsletter will be useful. Good luck!