Paid Memberships Pro used to store a member’s billing address in user meta. In the current version of PMPro, we only store billing information on the individual membership orders.

You can still import a member’s address information to user meta, but it will not be used by the plugin to show their address on orders in the admin area or frontend order screens. There are two ways you can populate the needed user meta fields to store member addresses.

Option 1: Mailing Address Add On

The Mailing Address Add On for Paid Membership Pro adds the necessary user meta fields required to import the member’s address. If you use the Add On, the table below indicates the appropriate column headings:

Column HeadingField Description
pmpro_sfirstnameFirst Name
pmpro_slastnameLast Name
pmpro_saddress1Address Line 1
pmpro_saddress2Address Line 2
pmpro_scityCity
pmpro_sstateState
pmpro_szipcodePostal Code
pmpro_scountryCountry – this should be one of the country codes found in includes/countries.php
pmpro_sphonePhone

Option 2: User Fields

Another way to to import a member’s address is to create the user fields then import them as additional columns just as you would any other user field data.

Note: The column headings need to match the created User Field “name” exactly.