Address on view order
Posted: Mon Mar 09, 2009 2:12 pm
The address is coming through on the view order as this:
HERNDON VA, 20170
UNITED STATES
The vieworder.cs has this code:
string pattern = "[Company]\r\n[Name]\r\n[Address1]\r\n[Address2]\r\n[City], [Province] [PostalCode]\r\n[Country_U]\r\n[Phone]\r\n[Email]";
Does anyone know where the address formatting is being pulled from so I can put the comma in the correct place?
HERNDON VA, 20170
UNITED STATES
The vieworder.cs has this code:
string pattern = "[Company]\r\n[Name]\r\n[Address1]\r\n[Address2]\r\n[City], [Province] [PostalCode]\r\n[Country_U]\r\n[Phone]\r\n[Email]";
Does anyone know where the address formatting is being pulled from so I can put the comma in the correct place?