View Single Post
  #3  
Old 02-25-2005, 05:00 PM
  frankdux's Avatar 
frankdux frankdux is offline
 

Senior Member
  
Join Date: Jul 2004
Location: Manchester, NH, USA
Posts: 125
 

Default

Thanks for the reply Carrie. I tried to not show the login and register boxes by commenting out the following code from /customer/main/register.tpl :

Code:
{*{include file="main/register_account.tpl" userinfo=$userinfo}*}

This appears to do the trick, but then if the customer tries to go back and modify their billing/shipping information, when they click submit they get the following message:

Access denied !
You are not allowed to access that resource!
Error ID: 36

I guess there must be some data that is held in register_account.tpl that is needed. I know this is the problem because I just removed the comment tags and the "Access Denied" error no longer happens. Of course then my original need to remove the login is still there.
__________________
X-Cart: 4.0.18
Linux, Apache, MySQL: 4.1.16, PHP: 4.4.2
Reply With Quote