Hi Victor, thank you, yes the values are in the wp_usermeta table, it is also mapped in the E2PDF addon, I am just struggling to figure out the shortcode for the user_meta key as the [user_meta key="line1"] does not work, the [user_meta key="Billing Address"] does however work but it pulls the values in on line1.
When you look at the data in wp_usermeta, the key is whatever value is in the meta_key field for that particular data item. If you stored the entire address into a single billing address field, then you have to parse the array manually. When you store the address, make sure you save each field individually, not as a single address field.
Please login or Register to submit your answer