Adding coustom field in moodle course

Adding coustom field in moodle course

by gulshan pal -
Number of replies: 2

Hello  to all

I am new to moodle i want to add a custom field while adding a course i.e when we add courses to moodle i want to add a price field so that a user can add  price of that course at same time  but i want to add that field without disturbing the core files of moodle.  

Thanks in advance.

Average of ratings: Useful (1)
In reply to gulshan pal

Re: Adding coustom field in moodle course

by Dave Balch -

Hi,

It's best to avoid modifying the core Moodle files and database. Probably the best way to do what you want is to make an enrolment plugin. Looking at the Paypal plugin might help: https://docs.moodle.org/33/en/PayPal_enrolment

You'll want to look at the developer docs (If you haven't already): https://docs.moodle.org/dev/Enrolment_plugins

Cheers,
Dave.