Zen Follower
- Join Date:
- Dec 2006
- Location:
- Tokyo, Melbourne, Shanghai
- Posts:
- 102
- Plugin Contributions:
- 0
Hide things until Logged in
Good evening zenners. I'm trying to have a wholesale site whereby viewers can only see products and various pages if logged in. To do this i intend to use some code i found in the forum archive. I'm trying to apply the following "IF" condition to a line in the tpl_header.php to prevent the categories navBar being shown unless logged in but it's not workin!!:( (I dont need an "else" clause do I? ) Can anyone tell me why it's not working? many thanks in advance.
*<!--bof-optional categories tabs navigation display-->
if ($_SESSION['customer_id']) {
// display this link for logged in user
}*