Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Changing displayed boxes?


djelal

Recommended Posts

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

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

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...