We would like to use your Additional Fields Manager to provide our customers with a set of select lists from which they can choose values to search for in each of the additional fields. For example we would have additional fields for:color size weight so they would select an item from three drop down select lists to choose a value to search for in the "color" field, for the "size" field, and the "weight" field. So they might search for something like:color="red"size="large"weight="4oz".
Yes, this is entirely doable. However, there isn't any way to "auto-populate" the drop down lists with the values taken from the Additional Fields Manager. You would need to "hard code" them into the template. So you would add something like:
<select name="SearchAdd_1">
<option value="">Any</option>
<option value="red">Red</opton>
<option value="blue">Blue</option>
</select>
to display a drop down list which searches in the Additional field 1 (it goes by the field's id as listed on the "Additional Fields Manager" tab).
You could add a drop down selection list for each field in the Additional Field Manager.
NOTE: this approach requires that you are using the "use template formatting" option.
Last update: 2005-01-12 08:47
Author: Support
Revision: 1.0
You cannot comment on this entry
Most Recent FAQ Entries: 
- I have the module configured to add the key ... (2008-08-13 14:50)
- What is the format for the htaccess file if ... (2008-08-12 14:50)
- Is there any way to look up a customer's ... (2008-08-06 18:04)
- I am looking for a module that will allow ... (2008-08-06 18:00)
- Is it possible to display a link in Phone ... (2008-08-06 12:05)
Top 10 
- 2754 views:
Adding Tokens to Evaluate Expressions - 2697 views:
Is there a way to "Limit" the number of ... - 2654 views:
Why won't you call me for technical support? I ... - 2549 views:
Are license keys valid for more than one store? ... - 2447 views:
I'm trying to enter a license key and get ... - 2425 views:
How do I install a module? - 2286 views:
How do I check for a module upgrade? - 2254 views:
How can display and change the parameters of an ... - 2097 views:
The total on my checkout pages are not correct. ... - 1932 views:
I have select and radio type attributes in my ...
















