Title: Open edX Commerce
Author: openedx
Published: <strong>2024년 10월 2일</strong>
Last modified: 2025년 12월 12일

---

플러그인 검색

![](https://ps.w.org/openedx-commerce/assets/banner-772x250.png?rev=3162372)

![](https://ps.w.org/openedx-commerce/assets/icon-256x256.png?rev=3162372)

# Open edX Commerce

 작성자: [openedx](https://profiles.wordpress.org/openedx/)

[다운로드](https://downloads.wordpress.org/plugin/openedx-commerce.2.1.1.zip)

 * [세부사항](https://ko.wordpress.org/plugins/openedx-commerce/#description)
 * [평가](https://ko.wordpress.org/plugins/openedx-commerce/#reviews)
 *  [설치](https://ko.wordpress.org/plugins/openedx-commerce/#installation)
 * [개발](https://ko.wordpress.org/plugins/openedx-commerce/#developers)

 [지원](https://wordpress.org/support/plugin/openedx-commerce/)

## 설명

The “Open edX Commerce” package is a free and open-source WordPress plugin that 
allows you to integrate WooCommerce with your Open edX platform.

**What does this mean?**
 You can create Open edX courses as products in WooCommerce,
and when you perform purchase or refund operations for these products, your Open
edX platform will reflect these changes.

Here are some things you can do with this plugin:

 * **Create Open edX courses as products:** When you create products using WooCommerce,
   you can designate them as Open edX courses. If you do, you can assign the course
   mode and course_id you registered in your Open edX platform.
 * **Add settings for the connection with Open edX:** You’ll have a new option in
   your WordPress settings to store authentication-related information for your 
   Open edX platform.
 * **Enrollment Manager:** You’ll have a table that records all enrollment requests
   made through purchasing products that are Open edX courses.
 * **View the enrollment requests from the orders:** When a person purchases WordPress,
   a WooCommerce order is generated. If an order includes a product that is an Open
   edX course, you can easily access the related enrollment request created with
   this plugin.
 * **Create enrollments in Open edX:** When an order containing an Open edX course
   is processed, it automatically creates an enrollment request.
    - You can also include the option to apply the “force” flag, disregarding the
      course’s enrollment end dates.
    - Starting from version Quince of Open edX, you can use the option to create
      enrollment allowed for non-registered users on the platform.
 * **Create soft unenrollments from refunds:** The enrollment record is maintained,
   but the “is_active” attribute of the enrollment is false. Deleting an “enrollment
   allowed” is also supported, but only from version Quince.
    Obtain enrollment 
   information: This requests the Open edX APIs to retrieve the enrollment status
   of a user in a course.
 * **Obtain enrollment information:** This requests the Open edX APIs to retrieve
   the enrollment status of a user in a course.

Below are some links to help you get started with Open edX WooCommerce Plugin:

 * [Quick Start Guide](https://docs.openedx.org/projects/wordpress-ecommerce-plugin/en/latest/plugin_quickstart.html)
 * [How-to Guides](https://docs.openedx.org/projects/wordpress-ecommerce-plugin/en/latest/how-tos/index.html)

**Note**

This plugin calls the APIs from [Open edX Platform](https://github.com/openedx/edx-platform).

More information about the API connection can be found in [Decisions: API connection](https://docs.openedx.org/projects/wordpress-ecommerce-plugin/en/latest/decisions/0002-api-connection.html).

To learn more, you can visit the [Open edX Terms of Service](https://openedx.org/terms-of-use/).

This plugin is maintained by [edunext](https://edunext.co/).

### Quickstart

Let’s start installing and configuring the Open edx Commerce plugin to connect your
WordPress site with the enrollment APIs from your Open edX platform.

[Link to the Quickstart in the documentation.](https://docs.openedx.org/projects/wordpress-ecommerce-plugin/en/latest/plugin_quickstart.html)

## 설치

#### Minimum Requirements

 * PHP 8.0 or greater is recommended
 * WordPress 6.3
 * [WooCommerce plugin](https://wordpress.org/plugins/woocommerce)

#### Automatic installation

To automatically install Open edX Commerce, log in to your WordPress dashboard. 
Then, navigate to the Plugins menu and click on “Add New.”

In the search field, type “Open edX Commerce” and click “Search Plugins.” Once you
find the plugin, you can view its details and install it by clicking “Install Now.”
WordPress will handle the rest of the installation process for you.

#### Manual installation

 1. Download the ZIP version on [the release page in the GitHub repository](https://github.com/openedx/openedx-wordpress-ecommerce/releases).

 1. Log in to your WordPress admin dashboard, navigate to the Plugins menu in the sidebar
    and click **Add New**.
 2. Upload the ZIP version of this project.
 3. Activate the plugin.

## FAQ

### Where can I find documentation and user guides?

If you need help setting up and configuring this plugin, visit the [documentation
on Read the Docs].(https://docs.openedx.org/projects/wordpress-ecommerce-plugin/
en/latest/index.html)

### Where can I report bugs or request features?

Report bugs and request features on the [GitHub repository](https://github.com/openedx/openedx-wordpress-ecommerce/issues).

### Can I contribute?

Contributions are very welcome. Please read [How To Contribute](https://openedx.atlassian.net/wiki/spaces/COMM/pages/941457737/How+to+Start+Contributing+Code)
for details.

This project accepts all contributions, bug fixes, security fixes, maintenance work,
or new features. However, please discuss your new feature idea with the maintainers
before beginning development to maximize the chances of accepting your change. You
can start a conversation by creating a new issue on this repo summarizing your idea.

## 후기

이 플러그인에 대한 평가가 없습니다.

## 기여자 & 개발자

“Open edX Commerce”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에
기여하였습니다.

기여자

 *   [ openedx ](https://profiles.wordpress.org/openedx/)
 *   [ felipemontoya ](https://profiles.wordpress.org/felipemontoya/)
 *   [ julianrg2 ](https://profiles.wordpress.org/julianrg2/)
 *   [ mafermazu ](https://profiles.wordpress.org/mafermazu/)

[자국어로 “Open edX Commerce”(을)를 번역하세요.](https://translate.wordpress.org/projects/wp-plugins/openedx-commerce)

### 개발에 관심이 있으십니까?

[코드 탐색하기](https://plugins.trac.wordpress.org/browser/openedx-commerce/)는,
[SVN 저장소](https://plugins.svn.wordpress.org/openedx-commerce/)를 확인하시거나,
[개발 기록](https://plugins.trac.wordpress.org/log/openedx-commerce/)을 [RSS](https://plugins.trac.wordpress.org/log/openedx-commerce/?limit=100&mode=stop_on_copy&format=rss)
로 구독하세요.

## 변경이력

You can find the [Changelog in the GitHub repository.](https://github.com/openedx/openedx-wordpress-ecommerce/blob/main/CHANGELOG.md)

## 기초

 *  버전 **2.1.1**
 *  최근 업데이트: **4개월 전**
 *  활성화된 설치 **40+**
 *  워드프레스 버전 ** 6.3 또는 그 이상 **
 *  다음까지 시험됨: **6.9.4**
 *  PHP 버전 ** 8.0 또는 그 이상 **
 *  언어
 * [English (US)](https://wordpress.org/plugins/openedx-commerce/)
 * 태그:
 * [courses](https://ko.wordpress.org/plugins/tags/courses/)[ecommerce](https://ko.wordpress.org/plugins/tags/ecommerce/)
   [lms](https://ko.wordpress.org/plugins/tags/lms/)[Open edX](https://ko.wordpress.org/plugins/tags/open-edx/)
 *  [고급 보기](https://ko.wordpress.org/plugins/openedx-commerce/advanced/)

## 평점

아직 제출된 리뷰가 없습니다.

[리뷰 추가하기](https://wordpress.org/support/plugin/openedx-commerce/reviews/#new-post)

[모든  리뷰 보기](https://wordpress.org/support/plugin/openedx-commerce/reviews/)

## 기여자

 *   [ openedx ](https://profiles.wordpress.org/openedx/)
 *   [ felipemontoya ](https://profiles.wordpress.org/felipemontoya/)
 *   [ julianrg2 ](https://profiles.wordpress.org/julianrg2/)
 *   [ mafermazu ](https://profiles.wordpress.org/mafermazu/)

## 지원

할 말 있으신가요? 도움이 필요하신가요?

 [지원 포럼 보기](https://wordpress.org/support/plugin/openedx-commerce/)