Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

I don't need both 'Top' and 'Catalog'


digicammad

Recommended Posts

Posted

I'm in the process of developing a store and would like to know how I can get rid of the 'Top' level, making the 'Catalog' level effectively the home page.

 

I think what I want to do is to get rid of any mention of 'top' and put a copy of index.php into the root folder, so when the user hits the site they see the same page as when they select 'Catalog'.

 

Can anybody advise me how this can be done?

 

Cheers

Posted

To remove 'Top' edit includes/application_top.php, as below:

 

//$breadcrumb->add(HEADER_TITLE_TOP, HTTP_SERVER);

 

For the other problem, why not move all of the 'catalog' files and folders into the root of your web? If you have html files in there they won't be affected by the php files being in the root of your web.

 

Vger

Archived

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

×
×
  • Create New...