Zen Cart Logo
Forums / Basic Configuration / How do I add Manufactuers Drop Down List to Header?

How do I add Manufactuers Drop Down List to Header?

Locked

Views: 1,092

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
10 Mar 2009, 8:03 PM
#1
limelites avatar

limelites

Totally Zenned

Join Date:
Jan 2009
Posts:
2,085
Plugin Contributions:
0

How do I add Manufactuers Drop Down List to Header?

If you look at my site, https://www.dystynction.com you will see that I have the basic search box positioned in my header bar to the right.

I am trying now to position the manufacturers box contents (drop down menu) right next to this.

In the tpl_header.php I can see what is generating the searchbox:

<div id="navMainSearch"><?php require(DIR_WS_MODULES . 'sideboxes/search_header.php'); ?></div>

I have tried to generate the manufacturers list using this just below this in the tpl_header.php file:

<div id="manufacturers"><?php require(DIR_WS_MODULES . 'sideboxes/manufacturers_select.php'); ?></div>

However, this just causes major problems.... It does not work at all...

Can anyone offer some advice please?

11 Mar 2009, 8:39 AM
#2
limelites avatar

limelites

Totally Zenned

Join Date:
Jan 2009
Posts:
2,085
Plugin Contributions:
0

Re: How do I add Manufactuers Drop Down List to Header?

Can anyone offer a little help on this one, I've tried various methods at a fix but just can't get it to work :-(