PDA

View Full Version : Search problem on home page


watershed
18-Feb-2003, 10:49 AM
We have included the product search facility to our home page which has not been created in catalog, the search finds the products and lists them correctly but no graphics are displayed, the graphics for are in the acatolg folder on the server but the search results page is trying to pull them from the root folder where the home page is, Searching from the catalog sections still works fine

cdicken
19-Feb-2003, 08:30 AM
Include the following hidden form field within the <form> code of the search on your store pages.

<input type="hidden" name="ACTINIC_REFERRER" value="http://your.URL/acatalog/">

This should fix it.

watershed
19-Feb-2003, 01:41 PM
Thanks, That solved the problem

Andy Thackeray
The Watershed