djelal Posted December 17, 2002 Share Posted December 17, 2002 I've sorted which boxes should be displayed on which column etc, however, this only seems to stick when there is noone logged in. When a user logs in the layout is kept but other boxes are displayed too.. I've tried changing the box.php files but they keep coming up. The other weird thing is that boxes which come up with a logged customer appear on the opposite column. Am I looking at the wrong files?? and how to a specify which boxes appear when? Thanks... Link to comment Share on other sites More sharing options...
djelal Posted December 22, 2002 Author Share Posted December 22, 2002 anyone? this is really doing my head in...! Link to comment Share on other sites More sharing options...
Guest Posted December 22, 2002 Share Posted December 22, 2002 djelal Its all controlled through the includes/column_right.php and column_left.php files see below if (tep_session_is_registered('customer_id')) include(DIR_WS_BOXES . 'order_history.php'); if you do not want these to show, just tab them out // if (tep_session_is_registered('customer_id')) include(DIR_WS_BOXES . 'order_history.php'); Link to comment Share on other sites More sharing options...
djelal Posted December 22, 2002 Author Share Posted December 22, 2002 thats exactly what i did, but the problem is that boxes appear on the opposite column of which it is written in. for eg, if a box is in the coulumn_right, it somehow appears on the left column after a user login... Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.