02
Jan

STEPS FOR ADDING LOGIN FORM ON THE HOME PAGE IN MAGENTO Open magento/app/design/frontend/default/default/layout/cms.xml and locate

<reference name=”content”>
  <block type=”cms/pagename=”cms_page”/>
</reference>
and replace the above lines with following lines:
<reference name=”content”>
  <block type="customer/form_login" name="customer_form_login" template="customer/form/login.phtml"/>
  <block type=”cms/pagename=”cms_page”/>
</reference>

Rajeev Pillai
Posted by on 02 Jan 2009 by Rajeev Pillai in Magento eCommerce Tips

Add reply

*