Address 2 is not updating the database - Production Release 8 Update 8 - Miva Mia

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • msmcmullen
    Mivite Lite

    • Jun 2009
    • 2

    #1

    Address 2 is not updating the database - Production Release 8 Update 8 - Miva Mia

    I applied the recommended changes from this thread:Production Release 7 MMUI Component Template Changes. http://extranet.mivamerchant.com/for...mplate-Changes

    Address 2 is not being saved to the database. I'm having the same problem on my live site (Release 8 Update 6).

    Code:
    <tr>
    <td align="left" valign="middle"><mvt:if expr="NOT g.Customer_ShipAddress1_Invalid"><b>Address:</b><mvt:else><font color="red"><b>Address:</b></font></mvt:if></td>
    <td align="left" valign="middle"><input type="text" name="Customer_ShipAddress1" size=25 value = "&mvte:global:Customer_ShipAddress1;"></td>
    </tr>
    <tr>
      <td></td>
      <td><em>Street address, P.O. box</em></td>
    </tr>
    <tr>
    <td align="left" valign="middle"><mvt:if expr="NOT g.Customer_ShipAddress2_Invalid"><em>Address 2:</em><mvt:else><font color="red"><em>Address 2:</em></font></mvt:if></td>
    <td align="left" valign="middle"><input type="text" name="Customer_ShipAddress2" size=25 value = "&mvte:global:Customer_ShipAddress2;"></td>
     </tr>
  • satkins
    Mini Mivite

    • Dec 2010
    • 42

    #2
    Re: Address 2 is not updating the database - Production Release 8 Update 8 - Miva Mia

    Please send an email to [email protected] and include the domain name for your live site. Once the ticket has been created we may go ahead and request credentials to take a look at this for you.

    Comment

    Working...
    X