View Single Post
  #6  
Old 01-12-2008, 04:05 PM
 
Widerimagellc Widerimagellc is offline
 

Member
  
Join Date: Dec 2006
Location: Pittsburgh, PA
Posts: 23
 

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

Quote:
Originally Posted by Jon
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}

Would this work if you wanted to hide a whole static page? For example, users need to upload files to me, but I want the upload page to only be available to users that are logged in after the purchase is complete.\
Thanks!
__________________
www.widerimage.com
XCART version 4.1.8
Reply With Quote