Announcement

Collapse
No announcement yet.

Removing Customer Login Before Checkout

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

    Removing Customer Login Before Checkout

    If I Uncheck the Display Customer Login Before Checkout does that completely remove the login page, or only skip it for customers who are already logged in?

    I am wanting to bypass the ORDL page for customers who are already logged in, but still display it for customers who are not logged in.

    On my BASK page I have a proceed to checkout button that links to the ORDL page. Do I need an if/else for if the customer is already logged in?

    Thanks!
    Dawgwear.net http://www.dawgwear.net
    Facebook - http://www.facebook.com/pages/Dawgwear/16030104618

    #2
    Re: Removing Customer Login Before Checkout

    Your checkout links should always been to Screen=OINF Merchant will display ORDL or OCST page depending on what your settings are for displaying the login prompt, and if the customer is already logged in.

    If using the correct OINF, unchecking the Display Customer Login... skips ORDL for all visitors and goes right to the customer info/OCST page. If you leave it checked, it will show ORDL if the customer is not logged in, or OCST if the customer is already logged in.

    By forcing the link to ORDL you are requiring that page for all visitors regardless of status.

    Jen
    Hostasaurus.Com
    Miva Merchant Premier Hosting Partner
    877.DINO.POWER
    813.217.4570
    [email protected]

    Comment


      #3
      Re: Removing Customer Login Before Checkout

      Jen,
      Thanks for responding.

      I changed the checkout link from ORDL to OINF, but now the checkout link on the basket page signs a logged in customer out and then requires them to login again. However, when a customer isn't logged in it bypasses the login/create account screen and takes them to the customer information checkout screen....


      here is the link...

      Code:
      <a href="&mvt:global:sessionurl;Screen=OINF&Store_Code=&mvta:global:Store_Code;"><img src="graphics/en-US/new/Checkout_Button.gif"></a>
      is it wrong?

      I have also unchecked the require login for checkout.
      Last edited by dawg1; 02-22-11, 11:48 AM.
      Dawgwear.net http://www.dawgwear.net
      Facebook - http://www.facebook.com/pages/Dawgwear/16030104618

      Comment


        #4
        Re: Removing Customer Login Before Checkout

        Duh! missed the part where you said to CHECK the require login.
        Fixed and working perfectly!

        Thanks!!!
        Dawgwear.net http://www.dawgwear.net
        Facebook - http://www.facebook.com/pages/Dawgwear/16030104618

        Comment

        Working...
        X