Announcement

Collapse
No announcement yet.

Checkout Button Goes to Login Screen Even if Already Logged In

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

    Checkout Button Goes to Login Screen Even if Already Logged In

    Our client's store is: http://www.bestdamnleads.com/mm5/merchant.mvc

    If someone is already logged in and goes to checkout, they are asked again to login. Is there different code that should be associated with the checkout button to skip the re-login process?

    The current link is:
    Code:
    &mvt:global:sessionurl;Screen=OINF&Store_Code=&mvta:global:Store_Code;
    Thanks.

    #2
    Re: Checkout Button Goes to Login Screen Even if Already Logged In

    Try:

    Code:
    
    &mvt:global:secure_sessionurl;Screen=OINF&Store_Code=&mvt:global:Store_Code;
    That calls the oinf page securely, which should solve the problem.

    Comment


      #3
      Re: Checkout Button Goes to Login Screen Even if Already Logged In

      That did it! Thanks a bunch

      Comment


        #4
        Originally posted by nottheusual1 View Post
        Re: Checkout Button Goes to Login Screen Even if Already Logged In

        Try:

        Code:
        
        &mvt:global:secure_sessionurl;Screen=OINF&Store_Code=&mvt:global:Store_Code;
        That calls the oinf page securely, which should solve the problem.
        Sorry I need to revisit this one.

        Store is using the suggested code, but logged in customers are still being asked to log in when clicking the checkout button.

        Store is using the Legacy SEO Settings short links

        Cookie Settings: Non-secure Miva Merchant Cookie Output: Set only on HTTP connections, without secure flag (is this right?)

        What am I doing wrong?



        Leslie Kirk
        Miva Certified Developer
        Miva Merchant Specialist since 1997
        Previously of Webs Your Way
        (aka Leslie Nord leslienord)

        Email me: [email protected]
        www.lesliekirk.com

        Follow me: Twitter | Facebook | FourSquare | Pinterest | Flickr

        Comment


          #5
          What page are you trying to initiate the checkout from ?? All of ours begin on the basket page. This is the code we use to determine which page things go to:

          Code:
          <mvt:if expr="g.basket:cust_id GT 0">
          <a href="https://&mvt:global:domain:name;/OCST.html"</a>
          <mvt:else>
          <a href="https://&mvt:global:domain:name;/ORDL.html"</a></td>
           </mvt:if>
          Notice the shortened URL which I think is most likely Toolkit TKSL. Plus, OINF isn't a proper page call in 5.5 anymore.

          Comment


            #6
            FWIW - this is an MM9 store. Checkout is available at the BASK screen or in the Basket model. I've used this too

            Code:
            &mvte:urls:OINF:secure;
            with the same results. I guess I need to move my questions over to the MM9 threads.
            Leslie Kirk
            Miva Certified Developer
            Miva Merchant Specialist since 1997
            Previously of Webs Your Way
            (aka Leslie Nord leslienord)

            Email me: [email protected]
            www.lesliekirk.com

            Follow me: Twitter | Facebook | FourSquare | Pinterest | Flickr

            Comment


              #7
              That is the correct link. This typically means the customer is not logged in correctly to being with. Is the page they are logging in on, using https?
              Brennan Heyde
              VP Product
              Miva, Inc.
              [email protected]
              https://www.miva.com

              Comment


                #8
                Yes, the page (LOGN) is https.
                Leslie Kirk
                Miva Certified Developer
                Miva Merchant Specialist since 1997
                Previously of Webs Your Way
                (aka Leslie Nord leslienord)

                Email me: [email protected]
                www.lesliekirk.com

                Follow me: Twitter | Facebook | FourSquare | Pinterest | Flickr

                Comment

                Working...
                X