Cool Integration for LearnPress & WooCommerce

説明

LearnPress Course integration with WooCommerce Products. Everytime a Course is added, a Product is added too ( and related to each other! ). This relationship allows to keep syncronized the Course & Product.
Also when an User purchases the Product from WooCommerce and the Payment is completed, the User will be auto enrolled in the Course related to this Product.
The main target is to handle purchases thought WooCommerce.

BUGLIST

  • There is a problem when you duplicate a Product or Course. If you duplicate a Course, both courses are linked to the same product. BE CAREFULL.

インストール

  1. Upload lp-wc-integration.zip to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress

評価

2021年12月16日
Instalé y probé este plugin. Ahora estoy haciendo otras pruebas. Pero funciona bien. Tal como explica la información del plugin. Muy simple. Ah! Y si puedes duplicar un curso, luego cambias el nombre y el slug y se crea el otro producto. Great Job!
2021年11月28日
Recently I updated at the new version, and look that the plugin works good! It correctly synchronizes Woocommerce orders with Learnpress In addition, Matias responded quickly to the requests we made through the plugin support.
17件のレビューをすべて表示

貢献者と開発者

Cool Integration for LearnPress & WooCommerce はオープンソースソフトウェアです。以下の人々がこのプラグインに貢献しています。

貢献者

“Cool Integration for LearnPress & WooCommerce” は1ロケールに翻訳されています。 翻訳者のみなさん、翻訳へのご協力ありがとうございます。

“Cool Integration for LearnPress & WooCommerce” をあなたの言語に翻訳しましょう。

開発に興味がありますか ?

コードを閲覧するか、SVN リポジトリをチェックするか、開発ログRSS で購読してみてください。

変更履歴

1.1.3

  • Change the way to enroll student

1.1

  • Set WooCommerce Sold Individually value to ‘yes’
  • Solved issues with LearnPress Versión 4.
  • ONLY WORKS WITH LearnPress 4

1.0

  • Add new Product when Course is added ( Hook: save_post )
  • Update Product when Course is updated ( Hook: save_post )
  • Update Course when Product is updated ( Hook: save_post )
  • Create LearnPress Order when Product Payment is completed ( Hook: woocommerce_order_status_completed )
  • Auto Enroll User when Product Payment is completed ( Hook: woocommerce_order_status_completed )