View Single Post
  #4  
Old 01-03-2008, 12:57 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

Sorry, in haste I misread your message.

Here's code that will show the hidden content if the user is NOT logged in, or are on the checkout pages:

{if $login eq "" OR ($main eq "cart" OR $main eq "fast_lane_checkout" OR $main eq "order_message")}
hidden content
{/if}
Reply With Quote