Another question: is it possible to create a custom Profile page for subscribers? It feels very weird to have them see the WordPress admin styling when editing their profile.
Hey there,
Yes, you can customize all of the frontend PMPro pages by creating custom page templates.
We typically use the Theme My Login plugin for matching login/register/profile to your theme.
If you need further help, please consider becoming a PMPro member for our member support forums.
Thanks,
Jess
Hi
I am also looking to do the same thing as buildinteractive. A one-step sign up process will really make it easier for the users. However I have dabbled around with the code and am not sure how to combine the levels and checkout page into one page, is there a more detailed documentation on this process?
Thanks
This depends on what you want to do specifically, but if you don’t want to end up messing around with all the preheader code to combine them into one page, instead you might want to set a default level by defining the PMPRO_DEFAULT_LEVEL constant, so the levels page will be skipped over entirely. Setup your “default level” as a placeholder, customize the checkout page, either by creating a custom page template, or using the Register Helper addon, and finally modify the actual level signed up for using the pmpro_checkout_level filter, based on those values.