SRCH Page Errors

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • lindsayg
    Mivite Lite

    • Feb 2012
    • 7

    #1

    SRCH Page Errors

    Hello,

    One of our Miva store's SRCH page and the search function aren't working. When we type in the name of a product we know is there, it will say it cannot find anything. Here is the page code, any suggestions?

    <mvt:item name="html_profile" />
    <head>
    <title>&mvt:store:name;: Search</title>
    <base href="&mvt:global:basehref;">
    <mvt:item name="head" param="head_tag" />
    </head>

    <mvt:item name="body">
    <mvt:item name="hdft" param="global_header" />

    <table border="0" cellpadding="0" cellspacing="0" width="100%">
    <tr><td align="left" valign="bottom">
    <table border="0" cellpadding="0" cellspacing="0" width="100%">
    <tr><td align="left" valign="bottom" nowrap>
    <mvt:item name="navbar" />
    </td></tr>
    </table>
    </td></tr>

    <tr><td align="left" valign="top" width="80%">
    <mvt:item name="hdft" param="header" />

    <br>

    <form method="post" action="&mvt:global:sessionurl;">
    <input type="hidden" name="Store_Code" value="&mvte:store:code;">
    <input type="hidden" name="Screen" value="SRCH">

    <table border="0">
    <tr><td align="left" valign="middle">
    <mvt:item name="fonts" param="body_font">
    <b>
    Search For The Following Word(s):
    </b>
    </mvt:item>
    </td><td align="left" valign="middle">
    <mvt:item name="fonts" param="body_font">
    <input type="text" name="Search" size="40" value="&mvte:global:Search;">
    </mvt:item>
    </td></tr>

    <tr><td>&nbsp;
    </td><td align="left" valign="middle">
    <mvt:item name="fonts" param="body_font">
    <mvt:item name="buttons" param="Search" />
    </mvt:item>
    </td></tr>
    </table>
    </form>

    <mvt:if expr="NOT ISNULL g.Search">
    <mvt:if expr="l.settings:product_count EQ 0">
    <mvt:item name="fonts" param="body_font">
    <i>No products matched your search criteria</i>
    </mvt:item>
    <mvt:else>
    <mvt:item name="product_list" />
    </mvt:if>
    </mvt:if>

    <mvt:item name="hdft" param="footer" />
    </td></tr>

    </table>

    <mvt:item name="hdft" param="global_footer" />
    </mvt:item>
    </html>
  • Mark Hood
    Mega Mivite








    • Nov 2006
    • 2560

    #2
    Re: SRCH Page Errors

    Originally posted by lindsayg View Post
    Hello,

    One of our Miva store's SRCH page and the search function aren't working. When we type in the name of a product we know is there, it will say it cannot find anything. Here is the page code, any suggestions?
    When you say you know it's there you mean you can see it on a category page that is has been assigned to? The product is active and has inventory or your site doesn't track inventory and/or hide out of stock?
    Mark Hood
    Vermont Gear

    Comment

    • Bruce - PhosphorMedia
      Developer Partner











      • Mar 2006
      • 11256

      #3
      Re: SRCH Page Errors

      ...and does it work for ANY product at all? Is there a pattern to the type of product you test for? what is the domain so one might look? did you check to see if all the correct items where assigned to the page? did it ever work? is this a new store?....(ok, how many questions do I have left?)
      Bruce Golub
      Phosphor Media - "Your Success is our Business"

      Improve Your Customer Service | Get MORE Customers | Edit CSS/Javascript/HTML Easily | Make Your Site Faster | Get Indexed by Google | Free Modules | Follow Us on Facebook
      phosphormedia.com

      Comment

      Working...
      X