You are here:  » Search for travel

Support Forum



Search for travel

Submitted by jvd88 on Wed, 2009-04-29 20:09 in

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

Submitted by support on Thu, 2009-04-30 08:24

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.

Submitted by jvd88 on Thu, 2009-04-30 08:25

Okay, thanks. Were do i place the code for the drop down ?
In the search.php or is it a new page ?

Joep

Submitted by support on Thu, 2009-04-30 08:28

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.