Re: Stray text in Addresses
Did you perhaps add those to the records in your database's address_format table, but not update PHP code functions to substitute them when generating addresses?
Re: Stray text in Addresses
Thanks for pointing me in the right direction. The address_format table is indeed the culprit. I did not make the original site so I did not know they added something to that table. Now I just need to figure out why they added it by scrutinizing the code a bit.
Thanks again for your help!
Re: Stray text in Addresses
I have seen stores that create address labels that have every possible means of getting in touch - perhaps this is the case with yours?
If you don't desire this information, you can always reset the address_format table using the original data from zc_install/sql/install/mysql_zencart.sql for your version of Zen Cart.
Re: Stray text in Addresses
It's possible that prior to the upgrade one or more of the original functions were altered to accommodate those additional variables, but in your upgrade process you didn't merge the updates but instead wiped them out by replacing the files without reviewing alterations first.