-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: update the readmes and the how-tos, add quickstart and a tutorial
- Loading branch information
Showing
21 changed files
with
311 additions
and
46 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+58.8 KB
(190%)
docs/source/_images/how-tos/create_an_openedx_app/openedx-sync-plugin-settings.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-4.25 KB
(91%)
docs/source/_images/how-tos/create_enroll_request/new_enroll_request.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+40.5 KB
docs/source/_images/how-tos/create_openedx_course_product/add-base-info.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,3 +8,4 @@ Decisions | |
0001-purpose-of-this-repo | ||
0002-api-connection | ||
0003-fulfillment-and-refund | ||
0004-naming-of-the-plugin |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
Create an Open edX Course in WordPress | ||
======================================= | ||
|
||
Index | ||
------ | ||
- `Steps`_ | ||
- `Next Steps`_ | ||
|
||
Steps | ||
------ | ||
|
||
- In the sidebar of the WordPress admin dashboard, go to "Products" and then to "Add New". | ||
|
||
- Click the "Open edX Course" checkbox and fill in the information required. | ||
|
||
.. image:: /_images/how-tos/create_openedx_course_product/add-base-info.png | ||
:alt: Add new Open edX Course product. | ||
|
||
|
||
.. warning:: We recommend not to use the "Downloadable" check when you use the "Open edX Course" check to avoid problems creating the enrollment. For more information, visit :doc:`Decisions: Fulfillment and Refund </decisions/0003-fulfillment-and-refund>`. | ||
|
||
- Add more information in your product as a title, description and image. | ||
|
||
- Save your changes. | ||
|
||
Next Steps | ||
----------- | ||
|
||
- :doc:`Tutorial: Configure your WordPress so that purchases and refunds automatically generate enrollments </tutorials/configuration_to_automate_enrolls>`. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
Refund an order with an Open edX product | ||
========================================= | ||
|
||
You will learn how to refund an Open edX product from a WooCommerce order. | ||
|
||
Index | ||
------ | ||
- `Refund an Open edX course product`_ | ||
- `Expected behavior`_ | ||
- `Next Steps`_ | ||
|
||
Refund an Open edX course product | ||
---------------------------------- | ||
To refund products in order with WooCommerce, you can follow the `WooCommerce Refund Documentation <https://woo.com/document/woocommerce-refunds/>`_. | ||
|
||
For a refund to generate an unenrollment in your Open edX platform, the following is required: | ||
|
||
- The item you will refund must be an Open edX Course (:doc:`How-to: Create an Open edX Course in WordPress </how-tos/create_openedx_course_wordpress>`). | ||
|
||
- You need to add a Quantity for that item. | ||
|
||
.. image:: /_images/decisions/refund-order.png | ||
:alt: Refund process marking the course to be refunded | ||
|
||
Expected behavior | ||
------------------ | ||
|
||
- When the refund is made, an Enrollment Request with the "Un-enroll" request type will automatically be created in your WordPress site. | ||
|
||
- Have a course enrollment with the course and user and the ``is_active`` flag in ``False`` in your Open edX platform. | ||
|
||
Next Steps | ||
----------- | ||
|
||
- :doc:`Decisions </decisions/index>`. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.