Announcement

Collapse
No announcement yet.

general search query

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    general search query

    Hi All

    I have added a search feature to every page by just manipulating (but keeping all relevant code) from the search template. please see www.beddingcentres.co.uk

    the problem i ma having is that once the search terms have been entered and the person presses search, it fowards them to the bouce page and then back to the original page

    this is the code i am using for the search aspect on each page

    Any ideas would be most welcome
    Code:
    <form method="get" action="<actinic:variable name="OnlineScriptURL" value="Search Script URL" />">
       <input type="hidden" name="RANDOM" value="<actinic:variable name='Random'/>" /><actinic:block if="%3cactinic%3avariable%20name%3d%22PriceSearchIsAllowed%22%20%2f%3e%20and%20%3cactinic%3avariable%20name%3d%22PriceIsEnabled%22%20%2f%3e">
    <actinic:variable name="RetailOnlyXml" />
    </actinic:block><table width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="#999999">
      <tr>
    				<td valign="middle"><img src="quickfind.jpg" width="70" height="20"></td>
    				<td valign="middle"><div align="right">
    			
    				  
    			      <input name="SS" type=TEXT value="Enter keywords...." size=32 maxsize=255>
    		    </div></td>
    		
    			<td valign="middle"><actinic:variable name="SearchablePropertyList"/> </td>
    			<td valign="middle"><input type=SUBMIT name=ACTION value="Search"></td>
    		  </tr></table>
    				</form>
    thanks
    http://www.beddingcentres.co.uk
    memory foam mattresses and discounted beds. free next day delivery on everything over £100

    http://www.mrmattress.co.uk

    #2
    If you've upgraded revert the search page to factory via Design Library. Then copy the code again.
    Peblaco

    Comment


      #3
      thanks will try reverting to factory setting on the search bulk area and trying again.

      oh havent checked in firefox yet but will do now.

      thanks for that
      http://www.beddingcentres.co.uk
      memory foam mattresses and discounted beds. free next day delivery on everything over £100

      http://www.mrmattress.co.uk

      Comment


        #4
        reverted to factory settings and managed to manipulate the form so i have put it on all the pages.

        now having several upload issues! grr! thanks for you help! x
        http://www.beddingcentres.co.uk
        memory foam mattresses and discounted beds. free next day delivery on everything over £100

        http://www.mrmattress.co.uk

        Comment

        Working...
        X