Warning: Undefined variable $filepath in /home/tiki-doc/public_html/lib/wiki-plugins/wikiplugin_tikidocfromcode.php on line 146
PluginMemberPayment | Documentation for Tiki Wiki CMS Groupware

Plugin Member Payment

New in Tiki5

Use this wiki plugin for users to make payments to extend the length of their membership to a group.

Requirements

  • The group must have a membership expiry > 0 days
  • Payment feature must be enabled and configured

Parameters

Tiki Doc From Code error: memberpayment not found

Example

This code:

Copy to clipboard
{memberpayment group="association" price="50"}


Would produce:
Image

 Tip
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):

Image


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:

Image

Aliases