Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Category header not displaying


mimages

Recommended Posts

I recently asked how I might cause the Category Header to display at the top of the admin/categories.php page (insstead of just 'Categories / Products'). I didn't get any response, but I finally realized that this information displays by default, but in another location. Around line 1015 (in my file), there appears the following line:

echo $box->infoBox($heading, $contents);

 

This line apparently echos the contents of the $heading variable, and that's fine, but it's not where I want it to appear. I tried setting the same variables higher up where the code reads

 

<?php echo HEADING_TITLE >

 

I added the

$box->infoBox($heading, $contents)

 

This didn't work. No category displays. Any advice?

 

Thanks

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...