PDA

View Full Version : Can I make login box not show?


innovati
December 15th, 2003, 05:01 PM
For some reason my client doesn't want his customers to have the option of registering (???). How can I make the login box not show?

Jamie
December 15th, 2003, 05:21 PM
Hi,

Please see this post:
http://www.ldev.com/forums/showthread.php?t=697

You will also need to remove the login link from the top of the address form. This can be done in the ship_billing_address_header.php template file. It looks like this:

<tr>
<td COLSPAN="2">
<span class="header" style="margin-left: 100"><?=$Billing_Address_Image?></span><br><?=$Logged_in_as?>
<br>
</td>
</tr>

Just remove the <?=$Logged_in_as?>

Thanks,
Jamie