Commit 54daba4a by Awais

Adding credit checkout page and analytics information into the readme file.

parent 53d53996
......@@ -73,10 +73,29 @@ switches exist:
+--------------------------------+---------------------------------------------------------------------------+
| publish_course_modes_to_lms | Publish prices and SKUs to the LMS after every course modification |
+--------------------------------+---------------------------------------------------------------------------+
| ENABLE_CREDIT_APP | Enable the credit checkout page from where student's can purchase credit |
| | courses. |
+--------------------------------+---------------------------------------------------------------------------+
.. _Waffle: https://waffle.readthedocs.org/
Analytics
---------
To use google analytics for specific events e.g., button clicks, you need to add the segment key into the settings
file:
``SEGMENT_KEY = 'your segment key'``
Credit
------
To enable custom credit checkout page, please add the following waffle switch:
``ENABLE_CREDIT_APP``
Testing
-------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment