Announcement

Collapse
No announcement yet.

Shop Search Function

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

    Shop Search Function

    Hi,

    I have in the shop section, a range of products and above that is a search function and a mini simple search. I would like to keep the simple search but move the main search to another location. I have had a look in Act_Primary.html and cannot find the html code relevant to it.

    http://www.mpsurvey.co.uk/acatalog/index.html

    Can anyone tell me how to go about moving the search to say, at the bottom of the page?

    Thanks

    #2
    Its going to be just after these two:
    <Actinic:NOWSERVING/>
    <Actinic:WELCOME/>

    Comment


      #3
      Hi Natalie,

      Do you mean the 'Search Shop' link on the left side of the screen? If so, you need to find the following code in your primary template:

      Code:
      <a href="NETQUOTEVAR:NAVBSEARCHLINK" target="NETQUOTEVAR:NAVBSEARCHTARGET"><img name="lmenu_search" src="lmenu_search.gif" width="175" height="36" border="0" alt="NETQUOTEVAR:NAVBSEARCHTEXT"></a>
      Note that the text is an image and is part of the curved graphic so if you remove it then the 'curve' will not match up correctly
      ********************
      Tracey
      SellerDeck

      Comment

      Working...
      X