Wednesday, February 8, 2012

Magento | Use Mini-Login in Header or anywhere you want!

Add Mini-login at Header

Reach to following path and open the given xml file - 

app/design/frontend/default/default/layout/page.xml
  <block type="customer/form_login" name="mini_login" template="customer/form/mini.login.phtml" />
Then, you just have to call the module :
 <?php echo $this->getChildHtml('mini_login'?>

No comments:

Post a Comment