View Single Post
  #6  
Old 01-07-2009, 08:13 AM
 
presson83 presson83 is offline
 

Senior Member
  
Join Date: Sep 2008
Posts: 143
 

Default Re: Removing username and password on checkout

I see this is an old post, but I too am having this issue and have yet to figure out a fix. Does anyone know how to remove the username/password section from customer/main/register.tpl and NOT run into the error when modifying the information and clicking submit? Rather than fully deleting the include of main/register_account.tpl I've tried the following if statement as well:

{if $usertype eq "A"}
{include file="main/register_account.tpl" userinfo=$userinfo}
{/if}

This is also effective in removing the section, but I still get the Access Denied your are not allowed to access that resource error id #36 message when trying to modify account information.

Any ideas on how to remove the username/password area the correct way would be great!
__________________
v 4.1.11, v 4.2
Reply With Quote