mlsgr76 Posted July 1, 2004 Posted July 1, 2004 I wanted to have the best sellers in the left column. I added it there. But its not showing up. It was never in the right column either. I was looking through boxes and saw it and wanted to add it. Do I need to go to application_top and add it that way? How can I add it so it will show? Thanks Monica
PVK Posted July 1, 2004 Posted July 1, 2004 You must have done something [wrong] in the colum_left or column_right.php That is where you define where you want to show it. It is not nescecerry to go to your application top In my column_right is is placed as follows : [only showing the last lines in from the column_right.php file] include(DIR_WS_BOXES . 'best_sellers.php'); if (substr(basename($PHP_SELF), 0, 8) != 'checkout') { } ?> Hope this helps ;)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.