![]() |
drop down box for manufacturers?
Hi guys, I have a growing list of manufacturers so I have reduced the clutter on my top page by enabling a single link on the top page to the manufacturers page.
Instead I would like to have a drop down box where a customer can choose the manufacturer they want from the top page. Does anyone know how to do this? is it straight forward? Thanks |
Re: drop down box for manufacturers?
Code:
<form method="get" action="manufacturers.php"> |
Re: drop down box for manufacturers?
Depending how many manufacturers you have even a drop down box may not be the answer. We use a scroll box instead. Here is our menu_manufacturers.tpl (v4.1.10 but should work for you also). It goes in skin1/modules/Manufacturers/menu_manufacturers.tpl
Code:
{* $Id: menu_manufacturers.tpl,v 1.1.2.7 2008/04/17 05:45:57 max Exp $ *} Changing the number in "select size=" will adjust how many manufacturers are displayed at one time, and "truncate:18:"...":true" will adjust the length of the manufacturers name displayed. |
Re: drop down box for manufacturers?
Thanks guys!! :O)
|
All times are GMT -8. The time now is 06:48 AM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.