Announcement

Collapse
No announcement yet.

New Search Box

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

    New Search Box

    I am trying to put a search box on the navbar. This is the code I am using that doesn't work:

    <form method="post" action="http://luxurycustomaccessories.com/m...bal:Store_Code">
    <input type="hidden" name="Store_Code" value="LCA">
    <input type="hidden" name="Screen" value="SRCH">
    <input type="text" name="Search" size="40" value=""><input type="submit" value="Search">
    </form>

    Your help is appreciated

    #2
    Re: New Search Box

    Try this variation

    Code:
    <form method="post" action="&mvt:global:sessionurl;">
    <input type="hidden" name="Store_Code" 	value="&mvte:store:code;">
    <input type="hidden" name="Screen" 		value="SRCH">
    <input type="text" name="Search" size="40" value="&mvte:global:Search;">
    
    <mvt:item name="buttons" param="Search" />
    </form>
    Leslie
    www.lesliekirk.com | Twitter | Facebook
    Past Web Production Manager for eMediaSales
    Previously of www.websyourway.com
    Forum Moderator lesliekirk
    Miva Merchant and more ... since 1997

    Comment


      #3
      Re: New Search Box

      Originally posted by leslienord View Post
      Try this variation

      Code:
      <form method="post" action="&mvt:global:sessionurl;">
      <input type="hidden" name="Store_Code"     value="&mvte:store:code;">
      <input type="hidden" name="Screen"         value="SRCH">
      <input type="text" name="Search" size="40" value="&mvte:global:Search;">
       
      <mvt:item name="buttons" param="Search" />
      </form>
      How do I add my search graphic to this?
      https://ssl4.westserver.net/luxurycu...enu_search.jpg

      Comment


        #4
        Re: New Search Box

        Easiest way is to upload it to the store admin in the Buttons section.
        Leslie
        www.lesliekirk.com | Twitter | Facebook
        Past Web Production Manager for eMediaSales
        Previously of www.websyourway.com
        Forum Moderator lesliekirk
        Miva Merchant and more ... since 1997

        Comment


          #5
          Re: New Search Box

          Originally posted by leslienord View Post
          Easiest way is to upload it to the store admin in the Buttons section.
          I am sorry but I still can't get it to work.

          I have a few pages I want the search box on to show with the search image to the right of it. This is the code now..how do I add the image to the code?

          <form method="post" action="&mvt:global:sessionurl;"><input type="hidden" name="Store_Code" value="&mvte:store:code;"><input type="hidden" name="Screen" value="SRCH"><input type="text" name="Search" size="40" value="keyword or item#"> <mvt:item name="buttons" param="Search"></form>

          Comment


            #6
            Re: New Search Box

            This page uses a graphic button.
            http://mm55.emporiumplus.com/mm5/mer...&Store_Code=EP

            The button is
            <input type="image" src="graphics/en-US/new/search_btn.gif" class="searchbutton" />
            Bill Weiland - Emporium Plus http://www.emporiumplus.com/store.mvc
            Online Documentation http://www.emporiumplus.com/tk3/v3/doc.htm
            Question http://www.emporiumplus.com/mivamodu...vc?Screen=SPTS
            Facebook http://www.facebook.com/EmporiumPlus
            Twitter http://twitter.com/emporiumplus

            Comment


              #7
              Re: New Search Box

              Originally posted by wcw View Post
              This page uses a graphic button.
              http://mm55.emporiumplus.com/mm5/mer...&Store_Code=EP

              The button is
              <input type="image" src="graphics/en-US/new/search_btn.gif" class="searchbutton" />

              Finally!! lol thanks so much..works perfectly!!!

              Comment

              Working...
              X