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).
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>
Comment