Payplans4: Difference between revisions

From Joomdle
Jump to navigationJump to search
Created page with "{{Languages}} ===Features=== Allows you to "include" Moodle courses in Payplans 4 plans: * When user signs up for a plan, he is enroled into the courses * When plan runs out..."
 
mNo edit summary
Line 28: Line 28:
     }
     }
</code>
</code>


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

Revision as of 19:51, 21 January 2019

Features

Allows you to "include" Moodle courses in Payplans 4 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 integration you will need to install and enable this plugins:

  • 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:

  ,{
       "name": "Joomdle",
       "element": "joomdle4",
       "description": "Enrol user to Moodle courses according to user subscription.",
       "documentation": "https:\/\/joomdle.com\/wiki\/Payplans"
   }

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.