Tips and Tricks HQ Support Portal › Forums › WP eMember › WP eMember General Questions › eStore -> Paypal -> Registration page for wp emember
- This topic has 6 replies, 4 voices, and was last updated 9 years, 10 months ago by wzp.
-
AuthorPosts
-
December 11, 2014 at 8:48 pm #11912FrankMember
Good day folks,
I’ve been hunting to try to emulate the functionality of other membership plugins and I’m stuck in regards to estore and emember. I’d like to have the ability to have a person purchase through paypal and when they complete their purchase they are automatically redirected to a page that allows them to complete their registration or login.
The registration page should be partially filled in with their paypal email address, much like it would if they clicked on the link in the email that is received.
This seems to be the trend and to be honest, is pretty good for the customer. This permits them to just log in and access more content or complete their registration.
Is this possible? I know that I can show a registration page – blank – but that’s not what I want.
December 13, 2014 at 12:10 am #67357adminKeymasterHi Frank, We have an option that will show the registration completion link on the “Thank You” page (in addition to what it does by default). So the user can complete the payment then go to the “Thank You” page and click on the link to complete the registration right there (doesn’t have to wait for the email).
Do the following to use this feature:
Open the “eStore_advanced_configs.php” file and look for the following code:
define('WP_ESTORE_SHOW_REGO_COMPLETION_LINK_ON_TY_PAGE', '0');
Once you find it, change it to the following:
define('WP_ESTORE_SHOW_REGO_COMPLETION_LINK_ON_TY_PAGE', '1');
An alternative option is to use the 3rd option (see the following documentation):
https://www.tipsandtricks-hq.com/wordpress-membership/a-typical-member-registration-flow-96
This option is pretty good because you don’t have to do any completion after the payment (you create the account before the payment)
With that said, I do understand what you are saying I am working on adding another option to the plugin that will be more in line with what you asked for.
December 15, 2014 at 11:12 pm #67358FrankMemberThanks Admin,
Much appreciated.
Frank
December 30, 2014 at 7:40 pm #67359FrankMemberQuick question Admin,
What’s the code I need to lay onto the page to show the registration link on the thank you page, once I make the define change?
Thanks,
Frank
December 30, 2014 at 8:25 pm #67360wzpModeratorIt should “just appear” as a part of the [wp_eStore_display_transaction_result] shortcode information display.
January 4, 2015 at 5:52 pm #67361Xperiment68MemberHello. I am using eStore and eMembership and trying to do something similar to Frank.
Will this modification to the .php file maintain through an update?
I would use option 3 or 3.1 but I don’t want the account created/enabled unless the user pays.
January 4, 2015 at 7:33 pm #67362wzpModeratorWill this modification to the .php file maintain through an update?
No, it will not. The reason, is because you are changing a setting that is only stored in the main code file(s). Such settings do not normally appear in the dashboard, because they are either experimental, or because we want you to take a deliberate action to use it.
Our experiment with this particular feature is complete so it will become a checkbox in the plugin settings in the near future.
-
AuthorPosts
- You must be logged in to reply to this topic.