Payplans4: Difference between revisions

From Joomdle
Jump to navigationJump to search
mNo edit summary
No edit summary
 
Line 3: Line 3:
===Features===
===Features===


Allows you to "include" Moodle courses in Payplans 4 plans:
Allows you to "include" Moodle courses in Payplans 4/5 plans:
* When user signs up for a plan, he is enroled into the courses
* When user signs up for a plan, he is enroled into the courses
* When plan runs out, user enrolment is suspended
* When plan runs out, user enrolment is suspended
Line 9: Line 9:
===Required plugins===
===Required plugins===


In order to user Joomdle-Payplans 4 integration you will need to install and enable this plugins:
In order to user Joomdle-Payplans 4/5 integration you will need to install and enable this plugins:
* Payplans 4 Joomdle
* Payplans 4 Joomdle


===Additional step required===
As of this moment, it is required to add Joomdle to the list of available apps.
You can do this by editing file: administrator/components/com_payplans/defaults/app.json
Add just before the last line:
<code>
  ,{
        "name": "Joomdle",
        "element": "joomdle4",
        "description": "Enrol user to Moodle courses according to user subscription.",
        "documentation": "https:\/\/joomdle.com\/wiki\/Payplans"
    }
</code>


===Configuration===
===Configuration===

Latest revision as of 09:44, 3 December 2022

Features

Allows you to "include" Moodle courses in Payplans 4/5 plans:

  • When user signs up for a plan, he is enroled into the courses
  • When plan runs out, user enrolment is suspended

Required plugins

In order to user Joomdle-Payplans 4/5 integration you will need to install and enable this plugins:

  • Payplans 4 Joomdle


Configuration

Usually, you will have an App for each plan that has Moodle courses associated.

So, for each plan the steps are:

  • Create a new Joomdle app

This is done in Payplans panel -> Apps, and then selecting New.

File:New app.png


There, you can select which courses you want to include in this app.


Last step is associate the new app with a plan. You can do this directly when creating the app, or do it later on the "Edit plan" page.