![]() |
Remove membership option?
I can't figure out how to remove the membership option from register.tpl
I have removed registration/authentication everywhere else on the site so I don't think it would be a problem. QUESTION: Which snippet of code would I need to remove from register.tpl? Or am I looking at the wrong template? Thanks! :Stacey |
Admin -> general settings -> moderated membership signup (uncheck this)
|
Thanks - that removed the dropdown menu.
Now how would I remove the input boxes (the ones asking for Username & Password)? |
Unless you are only going to deal with anonymous checkouts, I'd recommend keeping a username/password its optional upon an anonymous checkout, and if someone chooses to "register" it is required, which is the best if a customer wants to return to look up his order or information, wouldn't you agree? :)
|
Normally I would definitely agree.
This client wants to just offer anonymous checkouts though (no option to "sign in"). I have removed all traces of the create an account option, except for the "username/password/confirm password" boxes at the bottom of the anonymous checkout page. Can you tell me how to delete those? |
customer/main/register.tpl
|
Yeah, that's where I'm messing up.
- I open register.tpl and delete the table with the username/password info. But that produces errors. - I tried also deleting some of the code below the table, but I must be deleting the wrong pieces because I keep getting error messages. Can you be so kind as to point out the code in register.tpl that needs to be deleted? P.S. Sorry to bug you again. You helped me with another request earlier today - the reason for the flood of questions is that I'm launching a site today and doing last-minute fixes. Thank you very much for your help. |
Match the code accordingly:
Code:
{* Anonymous account *} |
Thanks so much for the code.
Unfortunately, after pasting in the code I get nothing except the following error message... Quote:
I'm pretty sure I pasted it in the right place. Here is the full register.tpl code after I paste your snippet in... Code:
{* $Id: register.tpl,v 1.7.2.1 2003/12/16 13:14:43 mclap Exp $ *} Any idea on what needs to be fixed? I appreciate your help with this, :wink: :Stacey |
Code:
{* $Id: register.tpl,v 1.7.2.1 2003/12/16 13:14:43 mclap Exp $ *} Should do the trick, I didn't test the code above before, sorry about that. If you want to make a donation: paypal@molotovbliss.com is my paypal address. hth. ;) |
All times are GMT -8. The time now is 07:47 PM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.