Hi David,
I have a lot of holiday travels.
Is there a possibility to search in for instance a dropdown menu for this.
Example:
Country: Accomodation: Month:
Spain Hotel January
Italy Resort Februari
Sweden House March
etc.
Maybe it is too complicated, just asking.
The same would count for let's say Cloth:
Women
Men
Children
Let me know.
Greetz,
Joep
Okay, thanks. Were do i place the code for the drop down ?
In the search.php or is it a new page ?
Joep
Hi Joep,
They can essentially go anywhere, as long as the common include files have been included - so you could put them in your index page, or in a sidebar etc...
As they generate HTML output, in any file that you wish to try the code, make sure it always comes AFTER this line:
require("html/header.php");
Cheers,
David.
Hi Joep,
If these values are mapped to, for example, categories or brands, you might be able to make use of the drop-down code in the following thread:
http://www.pricetapestry.com/node/2004
The same can be applied to custom fields if you are adding new fields to the database, just modify the code to refer to the new field as required...
Regarding the other 2 modifications that you need, bear with me and I'll make time to work on those with you at the start of next week after the Bank Holiday weekend...
Cheers,
David.