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!