Reputation: 10604
I'm using Magento 1.7.
I would like to simplify the create account (register new user) to show and require only the email and a password.
The user would only fill in the other info (like name, address, etc) when making a purchase.
The idea behind is that every user would need to give out the email address in order to view the site content.
I'm already using this extension in order to make the the site available only to login users. I need a way to simplify the register process to include only email and password
Upvotes: 1
Views: 3223
Reputation: 96
You can try this extension from Magento Connect - Fast Registration it allow customer registration only with Email & Password
Upvotes: 1
Reputation: 5685
app/design/frontend/default/{yourtheme}/template/customer/form/register.phtml
and comment out the fields that you don't want.
This is what you want, right?
Upvotes: 1