Magento
Magento: Mini Login Form in header section
Let’s open app/design/frontend/your_package/your_theme/layout/customer.xml and just add the following line after Like: Now open app/design/frontend/your_package/Your_theme/template/page/html/header.phtml and add the following lines where yoy want to display login button: And, lastly, open app/design/frontend/your_package/your_theme/template/customer/form/mini.login.phtml and modify the file according the following file: Note: In the customer.xml I am using core/template block instead of customer/form_login. Read more…