Ajeh Posted September 9, 2003 Posted September 9, 2003 There is a minor bug on the category/manufacture name display when coming from either the categories or the manufacture's drop down. Edit lines 335-337 and replace with: <?php /* WebMakers.com Added: Shoppe Enhancement Controller - include category name rather than HEADING_TITLE - Manufacturer */ ?> <td class="pageHeading_section"><?php echo ($HTTP_GET_VARS['manufacturers_id'] !='' ? tep_get_manufacturers_name_id($HTTP_GET_VARS['manufacturers_id']) . ' ' : ($filter_id != '' ? tep_get_manufacturers_name_id($filter_id) . ' ' : '')) . tep_get_categories_name($current_category_id) . ' ' . (!$current_category_id ? tep_get_categories_name($filter_id) : ''); ?></td> <?php Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.