Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Manufacturer name in main content


butterflyguy

Recommended Posts

I installed 'Display Category Name In Main Content' contribution that places category names in the main content of the page but when browsing by 'Country' (this is a manufacturers box modification) it doesnt pick up the country ( manufacturer ) name.

 

here is the code in file catalog/index.php:

<td class="pageHeading">

<?php

// hacked to display current category name in main content area! Nik

echo HEADING_TITLE . '\'' . $tree[$current_category_id]['name'] . '\'';

?>

</td>

 

how could i insert the country (manufacturer) into this statement in order to show either one or the other depending on which browsing method the visitor is using?

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...