Paid Memberships Pro - Addon Packages
Charge for access to specific pages or other post types in WordPress. Requires the Paid Memberships Pro plugin.
by Paid Memberships Pro · github.com/strangerstudios/pmpro-addon-packages · website
★ 26stars
29forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/strangerstudios/pmpro-addon-packages/archive/refs/heads/dev.zipFrom the readme
Allow PMPro members to purchase access to specific pages. This plugin is meant to be a temporary solution until support for multiple membership levels is added to PMPro.
You must have the latest version of Paid Memberships Pro installed (currently 1.8.5+).
Story
Admin designates a post as an "addon package".
Sets a price for access to the post. (pmproapprice)
Selects which membership levels can purchase the package. (pmproaplevels)
For users without access, the page will show a link to purchase at the bottom of the page.
Purchase goes to either a new checkout page or the PMPro checkout page with some parameters passed in.
After checking out, they are taken to a new confirmation page or the PMPro confirmation page with extra info.
After purchasing, the user ID is added to post meta (pmproapusers). The post ID is also added to user meta (pmproapposts).
Limitations
Only one time charges.
No tax.
No discount codes.
1. Upload the
Read the full README on GitHub →