Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Best Sellers


mlsgr76

Recommended Posts

Posted

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

Posted

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 ;)

Archived

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

×
×
  • Create New...