Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Subcategories & Category Headings


Lowey81

Recommended Posts

Posted

My subcategories fail to display when clicking on the parent category. The subcategories appear in the 'category box' but they don't appear at the top of the main area (above the product listings for the parent category).

 

I'm not sure exactly when they disspeared but the store used to feature sub-category headings and pictures when a customer followed the parent category link i.e. DVD's > Horror, Thriller, Drama etc etc.

 

Could someone point me in the right direction to sorting this out? I have made some contributions and am not sure which one altered the layout!

 

Also, on a similar note - is it possible to have category names instead of 'Let's See What We Have Here?'

Posted
Also, on a similar note - is it possible to have category names instead of 'Let's See What We Have Here?'

 

if you just want to change that text to something else, you can find it in includes/languages/english/index.php

 

  define('HEADING_TITLE', 'Let\'s See What We Have Here?');

 

and change the text inside the single quotes, noting the use of the escape character (\') for the apostophe.

 

if you want each category to have a different text, that's more complicated (but not that hard i think)

Posted

Thanks for the reply. I am more interested in having the category names instead of the same text for each category. I now have a reference to the correct language file though, thank you.

Archived

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

×
×
  • Create New...