Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

index and categories


Guest

Recommended Posts

Posted

I seem to be able to figure out the complicated stuff but here are two basics that I can't find help on. I can't get my "categories" box to show up on the index page - and what index page am I supposed to edit/tweak, I have 4 located at:

 

catalog/includes/index

catalog/index

catalog/includes/language/english/index

catalog/admin/index

 

I have been looking for an heirarchy tree throughout the web showing all required pages and possibly what they do or if they can/should be edited.

 

I appreciate y'alls help....learned a lot through this forum!

Posted
I seem to be able to figure out the complicated stuff but here are two basics that I can't find help on. I can't get my "categories" box to show up on the index page - and what index page am I supposed to edit/tweak, I have 4 located at:

 

catalog/includes/index

catalog/index

catalog/includes/language/english/index

catalog/admin/index

 

I have been looking for an heirarchy tree throughout the web showing all required pages and possibly what they do or if they can/should be edited.

 

I appreciate y'alls help....learned a lot through this forum!

 

You should look into the column_left.php under includes.

Make sure the following code is there:

 

if ((USE_CACHE == 'true') && empty($SID)) {

echo tep_cache_categories_box();

} else {

include(DIR_WS_BOXES . 'categories.php');

}

 

 

If this is not what you were looking for, you should post your url here so we can see what you meant.

Posted
You should look into the column_left.php under includes.

Make sure the following code is there:

 

if ((USE_CACHE == 'true') && empty($SID)) {

echo tep_cache_categories_box();

} else {

include(DIR_WS_BOXES . 'categories.php');

}

If this is not what you were looking for, you should post your url here so we can see what you meant.

 

 

Thanks for the quick reply - already fixed it (I had commented it out by mistake) :D

 

Any chance you know which of the many index files I should be customizing or do I need to edit them all? the link at the moment is www.urbancrafts.com/catalog until I get everything finished.

Posted

in your (catalog)/index.php what is your code line on line 60?

Wade Morris

Amarillo, Texas

 

Before you do any changes on your site you need to do BACKUP! BACKUP!

Posted
in your (catalog)/index.php what is your code line on line 60?

 

</tr>

Archived

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

×
×
  • Create New...