You are here:  » Search on Non-Price Tapestry pages?

Support Forum



Search on Non-Price Tapestry pages?

Submitted by ajmboy on Tue, 2008-05-06 02:46 in

Is there a way to have the search box on non - price tapestry pages? But when the user searches, it directs to the price tapestry results?

*I wish there was a search feature in this forum.

Submitted by Keeop on Tue, 2008-05-06 07:40

ajmboy,

Just put a standard search form on to your page and make the action point to your PT search.php. i.e.

<div class="search_form">
  <form name="searchform" method="get" action="http://www.yoursite.com/search.php">
    <p>Product Search: <input type="text" name="q" class="search" value="">
    <input type="submit" value="Search" class="submit"> </p>
  </form>
</div>

Cheers.
Keeop

Submitted by support on Tue, 2008-05-06 08:01

Thanks, Keeop - yes that should do the trick!

ajmboy -

There is a Google search box on the forum home page which works really well for searching the forum...

http://www.pricetapestry.com/forum/

(just make sure that the site search is selected, which it is by default)

Cheers,
David.

Submitted by ajmboy on Tue, 2008-05-06 12:57

Thanks! Worked Great!