Announcement

Collapse
No announcement yet.

Change in ACED Update Info Behaviour

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

    Change in ACED Update Info Behaviour

    Hi all.

    At some point (perhaps after upgrading to v.9), ACED ignores the screen value when clicking "save". The default code would have you stay on ACED, but I've always changed it to another custom page that indicates to the shopper that their changes have been saved. It use to work great and I know others have done this to, whether it's redirecting to SFNT or even ACLN. Now, no matter what you put after "value=", it keeps you on ACED and displays an "account information updated successfully" message. This is fine, but I would still prefer redirectng the user to another page. Here is part of the form code below that I'm referring to..

    <input type="hidden" name="Store_Code" value="&mvte:global:Store_Code;">
    <input type="hidden" name="Action" value="UCST">
    <input type="hidden" name="Screen" value="ACED>

    What I've changed it to...

    <input type="hidden" name="Store_Code" value="&mvte:global:Store_Code;">
    <input type="hidden" name="Action" value="UCST">
    <input type="hidden" name="Screen" value="SOME OTHER PAGE>

    This is the MMUI code, but the same thing happens with CSSUI.


    Any thoughts on how I could make this work? Miva support didn't really have any answers for me.

    Thanks.
    Tony Pavao
    Studio6t6
    Vancouver BC Canada
    [email protected]

    #2
    Re: Change in ACED Update Info Behaviour

    We just discovered this the other day, it was an unintended consequence of another bug we fixed. We'll fix this likely in 9.0004 (later this month), there's no work around for now.
    Thanks,

    Rick Wilson
    CEO
    Miva, Inc.
    [email protected]
    https://www.miva.com

    Comment


      #3
      Re: Change in ACED Update Info Behaviour

      Hi Rick.

      Support didn't indicate any fix in the works so it's good to know it'll be addressed.

      Thanks for quick the update!
      Tony Pavao
      Studio6t6
      Vancouver BC Canada
      [email protected]

      Comment


        #4
        Re: Change in ACED Update Info Behaviour

        That's the power of the Forums, this post got me and our CTO discussing it, so you were the first to know
        Thanks,

        Rick Wilson
        CEO
        Miva, Inc.
        [email protected]
        https://www.miva.com

        Comment

        Working...
        X