View Single Post
  #5  
Old 03-12-2010, 10:53 AM
 
carpeperdiem carpeperdiem is offline
 

X-Guru
  
Join Date: Jul 2006
Location: New York City, USA
Posts: 5,399
 

Default Re: left menu "your account"

It sounds like you want to HIDE the customer login (auth box) ONLY if the customer is not logged in, yes? It is not advisable to hide the box for a logged-in customer.

If so, do this:

Code:
{if $login ne "" } {include file="customer/authbox.tpl" } {/if}
This will only display the auth box IF the customer is logged in.

Hope this helps.
__________________
xcart 4.5.4 gold+ w/x-payments 1.0.6; xcart gold 4.4.4
Reply With Quote