Thread
:
How can i make things not visible to logged in customers
View Single Post
#
2
01-03-2008, 12:39 PM
Jon
X-Guru
Join Date: Oct 2002
Location: Vancouver, Canada
Posts: 4,200
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}
Jon
View Public Profile
Visit Jon's homepage!
Find all posts by Jon