Hi,
Looking for a nudge in the right direction here. I have a site that combines WooCommerce with other CMS functions. Each user may or may not be granted access to either the store or these custom functions. Having read your documentation on CRED and Access, I'm fine with the overall security model. However, I require a custom account management page that will include summary information from the user's custom CMS functions in addition to the typical WooCommerce account management functionality.
Since we are talking about the content of a single page here, I naturally gravitated to trying to use a template. However, when I go to do this and click the View link to insert fields, none of the user meta fields are available, in particular first name, last name, or any of the billing or shipping address fields.
When I go into Types->User Fields, I see that I have an option to create custom user fields, which I presume would be accessible as per any other custom field group. But what about the user meta fields already defined? Next, I went into Types->User Fields Control, and put the fields of interest under Types Control, but this didn't seem to have any impact.
So, what am I missing? How can I build a template that includes existing user meta fields?
Wayne