I have an authorize.net account and on checkout the following is displayed when you look at the source code:
The ship_to_address field is getting populated with the address and then semicolon and then city
This leaves the state field blank.
How can I change the mapping?
Below is the source showing sample mapping:
<INPUT TYPE="HIDDEN" NAME="x_Ship_To_Last_Name" VALUE="Smith">
<INPUT TYPE="HIDDEN" NAME="x_Ship_To_First_Name" VALUE="Joe">
<INPUT TYPE="HIDDEN" NAME="x_Ship_To_Address" VALUE="7 Main; Boston">
<INPUT TYPE="HIDDEN" NAME="x_Ship_To_City" VALUE="MA">
<INPUT TYPE="HIDDEN" NAME="x_Ship_To_Zip" VALUE="02453">
<INPUT TYPE="HIDDEN" NAME="x_Ship_To_Country" VALUE="United States">
Thanks,
Jason
The ship_to_address field is getting populated with the address and then semicolon and then city
This leaves the state field blank.
How can I change the mapping?
Below is the source showing sample mapping:
<INPUT TYPE="HIDDEN" NAME="x_Ship_To_Last_Name" VALUE="Smith">
<INPUT TYPE="HIDDEN" NAME="x_Ship_To_First_Name" VALUE="Joe">
<INPUT TYPE="HIDDEN" NAME="x_Ship_To_Address" VALUE="7 Main; Boston">
<INPUT TYPE="HIDDEN" NAME="x_Ship_To_City" VALUE="MA">
<INPUT TYPE="HIDDEN" NAME="x_Ship_To_Zip" VALUE="02453">
<INPUT TYPE="HIDDEN" NAME="x_Ship_To_Country" VALUE="United States">
Thanks,
Jason
Comment