View Single Post
  #4  
Old 06-28-2010, 07:45 AM
 
bjharrington bjharrington is offline
 

Newbie
  
Join Date: Apr 2010
Posts: 2
 

Default Re: Can customer registration be disabled/removed?

Yes. I edited the Head Template. I opened...

Quote:
skin1>customer>head.tpl

and changed...

Code:
{if $login eq "" } {include file="customer/auth.tpl" } {else} {include file="customer/authbox.tpl" } {/if}

to...

Code:
<!--{if $login eq "" } {include file="customer/auth.tpl" } {else} {include file="customer/authbox.tpl" } {/if}-->

I just added the "<!-- -->" comment tags around the code that pulls up the login and register links.

Hope this helps.
__________________
BJ Harrington
Version 4.3.1
Reply With Quote