View Single Post
  #2  
Old 01-03-2008, 12:39 PM
  Jon's Avatar 
Jon Jon is offline
 

X-Guru
  
Join Date: Oct 2002
Location: Vancouver, Canada
Posts: 4,200
 

Default Re: How can i make things not visible to logged in customers

In the template of the information you want to hide - likely skin1/customer/home.tpl put this code above what you want to hide:

{if $login ne ""}

and after what you want to hide put:

{/if}
Reply With Quote