Announcement

Collapse
No announcement yet.

Early Version of Suivant search error 404 file not found from storefront

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

    Early Version of Suivant search error 404 file not found from storefront

    First time into the storefront the srch page would not be found. I fixed this with a hardcoded url. In checkout this causes a mixed http/https waring. I tried copying in the latest suivant theme srch form. There are two entry points into search one for mobile and one for desktop. Withe the new form I get a file not found in the mobile mode and a hung site in the desktop.
    I would like to know what else I need to do.
    thanks.

    new
    <form action="&mvte:urls:SRCH:rr;" method="post" class="row mobile-navigation-search">
    <input type="search" name="Search" value="&mvte:global:Search;" placeholder="Search&hellip;" class="column four-fifths bg-transparent" />
    <button type="submit" class="button button-square column one-fifth bg-transparent"><span data-icon="&#x55;"></span></button>
    </form>



    old
    <form action="http://www.cvcvcv.com/mm5/merchant.mvc?Screen=SRCH" method="post" class="row mobile-navigation-search">
    <input type="hidden" name="Store_Code" value="&mvte:store:code;" />
    <input type="search" name="Search" value="&mvte:global:Search;" placeholder="Search&hellip;" class="column four-fifths bg-transparent" />
    <button type="submit" class="button button-square column one-fifth bg-transparent"><span data-icon="&#x55;"></span></button>
    </form>

    #2
    Hello Charles
    Would you mind submitting a ticket to [email protected] so I can take a closer look into the issue.
    Make sure you include this forum post in the body of the email.
    Can you fill out this Secure Access form as well https://www.miva.com/mm5/merchant.mv...in-access-form
    Happie Mendenhall
    Support Technician
    Miva, Inc.

    Comment

    Working...
    X