Plugin Member Payment
New in Tiki5 and improved in Tiki9Receive payments from a member and extend the length of the membership to a group.
Table of contents
Usage and Parameters
To use this plugin in a wiki page, use the syntax:{memberpayment group= price=}Required parameters are in bold
Preferences required: wikiplugin_memberpayment, payment_feature
| Parameters | Accepted Values | Description | Default | Since |
| group | groupname | Name of the group for which the subscription should be added or extended. | ||
| price | text | Price per period (USD). | ||
| currentuser | y n |
Membership only for the current user | n | |
| inputtitle | text | Title of the input form. Use %0 for the group name. Supports wiki syntax | Membership to %0 for %1 (x%2) | |
| howtitle | text | Title of the input form. Use %0 for the group name, %4 for the number of days or %5 for the number of years Supports wiki syntax | Membership to %0 for %1 (x%2) | |
| preventdoublerequest | y n |
Prevent user from extended if there is already a pending request | n |
Since Tiki9, this plugin allows for giving of free periods on the purchase of at least 1 real full period.
Example
This code,Example...
{memberpayment group=association price=50}Would produce:
The 365 days in the above example is set by the admin for the group as the number of days after which a user is automatically unassigned.
Clicking on the continue button:
Takes the user to a screen where the payment can be made. Here's an example with Paypal used as the payment method (set in the Payment admin panel):
Manually completing payment information:
An admin will be able to fill in the payment information in case of a 'manual' payment. Here's an example of what the admin would see fro an unpaid payment:
Related pages
- Wiki Plugin
- Mods Type Wikiplugins
- Payment
- Shopping Cart
- PluginAdjustInventory
- PluginCartMissingUserInfo
- PluginExtendCartHold
- PluginHasBought
- PluginPayment
- PluginShopperInfo
