thanks, i have lloked in the coe for the manufacturers sidebox, the only relevent line of code i could find was;
Code:
$content_tm .= zen_draw_pull_down_menu('manufacturers_id', $manufacturer_sidebox_array, (isset($_GET['manufacturers_id']) ? $_GET['manufacturers_id'] : ''), 'onchange="this.form.submit();" size="' . MAX_MANUFACTURERS_LIST . '" class="sel1"') . zen_hide_session_id();
im not sure what i would change and what i would change it to.
In the template demonstation image, there is a dropdown box, which makes me think that its not the template but somewhere else in zen cart that needs to be configured.
does the code above look like it could be changed?