How to enable Address Information on Magento Customer Registration Page?

Posted by Damodar Bashyal on March 12, 2012

 

Step 1: app\etc\modules\Technooze_All.xml

<?xml version="1.0"?>
<config>
    <modules>
        <Technooze_Customer>
            <active>true</active>
            <codePool>community</codePool>
        </Technooze_Customer>
    </modules>
</config>

More»

QR Code: How to enable Address Information on Magento Customer Registration Page?