Tag: paypal
-
Use an invitation code with the PayPal subscription extension
When running the PayPal subscription extension, you might have some users you want to give a free account to. Or you might want to offer a discount to users with a specific code. Here is are some code snippets that will allow you to validate a promotion code in the registration form and if it…
-
Displaying the post access level when using the PayPal addon
Here is a handy function that I wrote to display the post access level when a user is not logged in OR they have registered and logged in, but have not yet completed payment. If you use the PayPal addon module, you may find this useful for all kinds of different ideas. The concept is…
-
Utility function to determine if a user registration is pending with the PayPal addon
For users that are diving into customizing their installation and using the PayPal addon, here is a utility function that will allow you to determine if a registered user is pending (i.e. they have not yet paid). This can be useful for content display that you may intend for any registered user regardless of payment…
-
Alpha release of Subscription Module with PayPal Integration
I am normally hesitant to publicly release anything that is not an actual production version, so it is rare that I release beta versions of the plugin to the general public. It is rarer still that I release an alpha version. However, in the case of the WP-Members Subscription Module with PayPal Integration, there are…