gamejacker Posted December 27, 2011 Share Posted December 27, 2011 Hello, my shop is a download only shop, so i do not need anything from the customer except username and email address when they register, i have looked all over this website for solution and either other peoples requests are ignored or given some random answer so, has anyone got either a module to remove everything from registration except username and email address or knows how to remove everything from registration except username and email address i would appreciate their replies thanks Link to comment Share on other sites More sharing options...
dixie Posted December 27, 2011 Share Posted December 27, 2011 yourtheme / identity.tpl I made changes, also, for the customer registration. I commented out the fields that I did not want. I'm not a coder, but I took a chance and it worked. Maybe someone that knows code can help you further. Link to comment Share on other sites More sharing options...
gamejacker Posted December 27, 2011 Author Share Posted December 27, 2011 hi, cheers, which parts do you change? how do you comment something out? Link to comment Share on other sites More sharing options...
dixie Posted December 27, 2011 Share Posted December 27, 2011 You inclose what you don't want with {* at the beginning of code, and *} at the end of code. Example: color: white; {* width: 50px; *} padding: 5px; That would stop width: 50px from being displayed. I'm not a coder, so you may want to wait until someone else can show you what to do. You will need to know exactly where to start and stop the comments - or you can create a real mess! Hopefully, someone else will help you soon. Link to comment Share on other sites More sharing options...
dixie Posted December 29, 2011 Share Posted December 29, 2011 Hi gamejacker, If you haven't figured it out yet, go to the General Discussion Forum. There are some suggestions that may help you. Look for "Editing Customer Registration Form" http://www.prestashop.com/forums/index.php?/topic/145094-editing-customer-registration-form/ Hope the link works! Link to comment Share on other sites More sharing options...
gamejacker Posted August 19, 2012 Author Share Posted August 19, 2012 18 months later and this isn't available, Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now