-
Remove customer details from Registration
HI,
For my webite (quick-templates.com) I only sell digital products. Is it possible to remove the customer details part of registration? I only want there name and email.
Cheers
-
Re: Remove customer details from Registration
Quote:
Originally Posted by
nickbowers
HI,
For my webite (quick-templates.com) I only sell digital products. Is it possible to remove the customer details part of registration? I only want there name and email.
Cheers
I'd like to do something like this as well... I know from being a customer I get turned off by a registration page the size of... something big.
I couldn't find anything already done, so I was planning on taking a crack at the code. (I'm not that great, so I'm avoiding it like the plague.)
Is there anything already done, guys? If not, I guess its up to me. :unsure:
-
Re: Remove customer details from Registration
Several items are controllable from the admin > config > customer details >
The rest will have to be code removals
-
Re: Remove customer details from Registration
Quote:
Originally Posted by
nickbowers
HI,
For my webite (quick-templates.com) I only sell digital products. Is it possible to remove the customer details part of registration? I only want there name and email.
Cheers
I just finished a mod that does what you want you can take a peek at it
http://atcakes.com/index.php?main_page=create_account
If this is what you want I can package it up with directions on how to install.
Leave a reply
-
Re: Remove customer details from Registration
Hi,
That would be great. the only problem is will t drag your picture ect? Is it going t o be easy to convert it back to the way mine is colored ect?
Cheers
-
Re: Remove customer details from Registration
Quote:
Originally Posted by
nickbowers
Hi,
That would be great. the only problem is will t drag your picture ect? Is it going t o be easy to convert it back to the way mine is colored ect?
Cheers
Sorry I don't understand your question?
-
Re: Remove customer details from Registration
Hi,
Sorry for that. Your create account page is a pinky color and has different images. Mine is black. Will it be your color if i add it or will it stay back like my current one is?
quick-templates DOT com /index.php?main_page=login
Cheers
-
Re: Remove customer details from Registration
Hi,
On your website it is a pinky sort of color, mine is black. Will the color be the same as my current account registration or will it be the same as yours? I also had another idea is it easier to make the details optional?
Cheers
-
Re: Remove customer details from Registration
Quote:
Originally Posted by
nickbowers
Hi,
On your website it is a pinky sort of color, mine is black. Will the color be the same as my current account registration or will it be the same as yours? I also had another idea is it easier to make the details optional?
Cheers
Yor colors will stay the same. As far as optional thats uo to you. I have uploaded the file into the DL section just waiting for it to get approved.
-
Re: Remove customer details from Registration
Hi,
Thank you very much, please let me know the link when its done.
Cheers
-
Re: Remove customer details from Registration
Quote:
Originally Posted by
nickbowers
Hi,
Thank you very much, please let me know the link when its done.
Cheers
It,s been a couple of days and no response from the ZenCart crew.
-
Re: Remove customer details from Registration
Hi,
Would you be able to just post a link to a zip file with it in there?
Cheers
-
Re: Remove customer details from Registration
Quote:
Originally Posted by
nickbowers
Hi,
Would you be able to just post a link to a zip file with it in there?
Cheers
Try Here
http://www.atcakes.com/signup.rar
Use winrar to take it apart I don't use zip
-
Re: Remove customer details from Registration
Hi,
Thanks very much for that. For the minimum vales part, in the .rar it said to make it "Street Address Blank" do i just write blank or should it be 0?
Cheers
-
Re: Remove customer details from Registration
Quote:
Originally Posted by
nickbowers
Hi,
Thanks very much for that. For the minimum vales part, in the .rar it said to make it "Street Address Blank" do i just write blank or should it be 0?
Cheers
I left it with nothing in it as zero has a value.
-
Re: Remove customer details from Registration
Hi,
Thanks very much, it works. Have you got any idea on a good mod that will remove the Telephone: field? Also i found a problem for my site, (New? Please Provide Your Billing Information, Contact Details, Login Details) are all hidden because they are black and so is the background. How and where do i change these?
Cheers
-
Re: Remove customer details from Registration
Nic,
Please post a link to your site please
-
Re: Remove customer details from Registration
-
Re: Remove customer details from Registration
Quote:
Originally Posted by
nickbowers
Hi,
Thanks very much, it works. Have you got any idea on a good mod that will remove the Telephone: field?
NO MOD, but here is your answer!
http://www.zen-cart.com/forum/showthread.php?t=79491
Look at #6 thread:smile:
-
Re: Remove customer details from Registration
Quote:
Originally Posted by
nickbowers
Hi,
Thanks very much, it works. Have you got any idea on a good mod that will remove the Telephone: field? Also i found a problem for my site, (New? Please Provide Your Billing Information, Contact Details, Login Details) are all hidden because they are black and so is the background. How and where do i change these?
Cheers
You can get rid of phone line 151 of the tpl_module_create_account.php
Just follow what I have done there.
Your english.php line 239 Remove telephone (just between the quotes) will get rid of the telephone.
As far as the color look around in the english.php I think it might be in there.
Backup your files before you begin just in case somrthing goes wrong.
-
Re: Remove customer details from Registration
ATC, can you please repost a link to the MOD .. since the previous rar link doesn't work anymore!!
many thanks !!!
-
Re: Remove customer details from Registration
Quote:
Originally Posted by
mthem2003
ATC, can you please repost a link to the MOD .. since the previous rar link doesn't work anymore!!
many thanks !!!
It's now in the dl section
http://www.zen-cart.com/index.php?ma...roducts_id=957
-
Re: Remove customer details from Registration
thanks!
but i would like to have the address in a separate box.. what which files/ fields i might have to change?
( i can copy and paste the address fields from the old Tpl_account_create, to your new file that you have in the MOD.) should that be fine.. ? or do i have to do anything more?
-
Re: Remove customer details from Registration
Quote:
Originally Posted by
mthem2003
thanks!
but i would like to have the address in a separate box.. what which files/ fields i might have to change?
( i can copy and paste the address fields from the old Tpl_account_create, to your new file that you have in the MOD.) should that be fine.. ? or do i have to do anything more?
Uncomment line 99 of the tpl_modules_create_account.php and the address will be back. I hope this is what you want?
-
Re: Remove customer details from Registration
yes it is Perfect !! thank you
can i put a background image for the account creation form? ( not the full page, but just the table?) or at least put a background color?
-
Re: Remove customer details from Registration
Quote:
Originally Posted by
mthem2003
yes it is Perfect !! thank you
can i put a background image for the account creation form? ( not the full page, but just the table?) or at least put a background color?
To be truthful I don't know, maybe someone following this thread can help you out.
-
Re: Remove customer details from Registration
Try finding/adding the following tag and a backgroubd image in your stylesheet
-
Re: Remove customer details from Registration
Hi,
Thank you for all your help. To change the font colors i opened tpl_module_create_account.php in frontpage, select where the text will be and changed the font color. Easy as that.
Cheers