Announcement

Collapse
No announcement yet.

ACED screen not showing existing values for customer fields

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

    ACED screen not showing existing values for customer fields

    I thought in older version of MM the existing values were there? Using latest version of MM 9.
    Sean Harrell
    Southland Trade Corp.

    #2
    Check that the template are updated. The name/value pairs may have changed.
    Bruce Golub
    Phosphor Media - "Your Success is our Business"

    Improve Your Customer Service | Get MORE Customers | Edit CSS/Javascript/HTML Easily | Make Your Site Faster | Get Indexed by Google | Free Modules | Follow Us on Facebook
    phosphormedia.com

    Comment


      #3
      Here is the code, which is all the original code. I can't see any issues.

      <mvt:item name="html_profile" />
      <head>
      <title>&mvt:store:name;: Edit Customer Account</title>
      <meta http-equiv="Content-type" content="text/html;charset=UTF-8" />
      <base href="&mvt:global:basehref;" />
      <mvt:item name="head" param="css_list" />
      <mvt:item name="head" param="head_tag" />
      </head>
      <body class="ACED one-column">
      <div id="site-container">
      <div id="global-header"><mvt:item name="hdft" param="global_header" /></div>
      <div id="navigation-bar"><mvt:item name="navbar" /></div>
      <table id="content-container">
      <tr>
      <td id="left-navigation"><mvt:item name="category_tree" /></td>
      <td id="main-content">
      <div id="page-header"><mvt:item name="hdft" param="header" /></div>

      <div class="logout-link"><a href="&mvt:global:secure_sessionurl;Action=LOGO&am p;Screen=SFNT&amp;Store_Code=&mvta:global:Store_Co de;">Logout</a></div>
      <h1>Edit Account Information</h1>

      <mvt:if expr="l.settings:messages:error_message_count">
      <div class="error-message">
      <mvt:foreach iterator="error" array="messages:error_messages">
      &mvt:error;
      </mvt:foreach>
      </div>
      </mvt:if>
      <mvt:if expr="l.settings:messages:information_message_coun t">
      <div class="information-message">
      <mvt:foreach iterator="message" array="messages:information_messages">
      &mvt:message;
      </mvt:foreach>
      </div>
      </mvt:if>

      <form id="aced_form" method="post" action="&mvt:global:secure_sessionurl;Screen=ACED" >
      <input type="hidden" name="Store_Code" value="&mvte:global:Store_Code;" />
      <input type="hidden" name="Action" value="UCST" />
      <div id="customer-fields" class="editable"><mvt:item name="customer" /></div>
      <div class="save-button"><mvt:item name="buttons" param="Save" /></div>
      </form>

      <div id="page-footer"><mvt:item name="hdft" param="footer" /></div>
      </td>
      </tr>
      </table>
      <div id="bottom-wrap"></div>
      <div id="global-footer"><mvt:item name="hdft" param="global_footer" /></div>
      </div>
      </body>
      </html>
      Last edited by Southlander; 04-05-16, 02:30 PM.
      Sean Harrell
      Southland Trade Corp.

      Comment


        #4
        Read through this post. Toward the bottom, I had some similar issues. I had to update my templates.

        http://www.miva.com/forums/forum/onl...-customer-info
        Ron Frigon
        Jedi Webmaster Obi-Ron Kenobi

        Comment


          #5
          You need to look at the Customer Fields template in ACED. That has all the hidden fields which store customer information.
          Gordon Currie
          Phosphor Media - "Your Success is our Business"

          Improve Your Customer Service | Get MORE Customers | Edit Any Document Easily | Free Modules | Follow Us on Facebook
          phosphormedia.com

          Comment

          Working...
          X