Announcement

Collapse
No announcement yet.

Checkout process INVC bad ACNT link issue

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

    Checkout process INVC bad ACNT link issue

    I noticed on completion of order in our beta site that once the order completes and you are logged out automatically -
    The dynamic account link is wrong.

    I get

    https://beta.handmade-paper.us/Merch...Store_Code=CPO

    It is missing a Screen=LOGN

    In doing so; if a customer clicks the "My Account" button in our nav bar, they will get an empty customer info screen.
    Last edited by Barrett; 08-24-08, 10:32 AM.
    Thanks,
    -Barrett
    Favorite Host Hostasaurus.com
    Order Processing by Shipworks.com
    Kindly Suggesting to:
    *Dump Explorer and http://GetFireFox.com
    *Post a meaningful subject line.
    *Click the # button before pasting code

    #2
    Re: Checkout process INVC bad ACNT link issue

    There is a function in the tool kit that can keep the customer logged in after order completion. You can even set it for a short period of time so that they can check their account, e.g. 10 minutes.
    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


      #3
      Re: Checkout process INVC bad ACNT link issue

      Originally posted by wcw View Post
      There is a function in the tool kit that can keep the customer logged in after order completion. You can even set it for a short period of time so that they can check their account, e.g. 10 minutes.
      I've been trying that, but ran into some strange cookie issues or something causing my sebenza ACD Pro comments to persist into new or existing order or something and turned it back off.
      I'll do some more testing and report back.
      Thanks,
      -Barrett
      Favorite Host Hostasaurus.com
      Order Processing by Shipworks.com
      Kindly Suggesting to:
      *Dump Explorer and http://GetFireFox.com
      *Post a meaningful subject line.
      *Click the # button before pasting code

      Comment


        #4
        Re: Checkout process INVC bad ACNT link issue

        Ok the "keep logged in" ToolKit seems OK.

        The anomaly was the "Past Orders" function would propagate the last orders comments to all orders viewed in that method. Probably would be fine if we were not using Sebenza ACD Pro for checkout comments and yours instead.

        (We have to use the Sebenza Comments mod since it is compatible with Interapptive Shipworks)

        I have been using the Past Orders function to help me conveniently preview the INVC screen for layout changes and will be turned off later.

        It appears Merchant has a Bug not converting the Account link properly to send the user to the login screen....unless I have the url syntax messed up myself but I don't think so... oh sigh guess I'll go check

        Ok I've got it this way and should work, but not.
        Code:
        <li><mvt:if expr="g.Basket:cust_id EQ 0">
        <a href="&mvte:global:secure_sessionurl;Screen=LOGN&Order=0&Store_Code=&mvt:global:Store_Code;">My Account</a><mvt:else>
        <a href="&mvte:global:secure_sessionurl;Screen=ACNT&Order=0&Store_Code=&mvt:global:Store_Code;">My Account</a></mvt:if>
        Last edited by Barrett; 08-24-08, 07:22 PM.
        Thanks,
        -Barrett
        Favorite Host Hostasaurus.com
        Order Processing by Shipworks.com
        Kindly Suggesting to:
        *Dump Explorer and http://GetFireFox.com
        *Post a meaningful subject line.
        *Click the # button before pasting code

        Comment

        Working...
        X