From ce63ab8a8f77bd5ae1be794ccfa731018660834a Mon Sep 17 00:00:00 2001 From: Sarina Canelake Date: Fri, 12 Jul 2024 09:54:27 -0400 Subject: [PATCH] docs: an honest deprecation warning for ecommerce service Use the warning from the ecommerce repo See https://github.com/openedx/ecommerce/commit/714cdfb4b8b818ddc86f710b5f91ffd6efad6eba --- en_us/install_operations/source/ecommerce/index.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/en_us/install_operations/source/ecommerce/index.rst b/en_us/install_operations/source/ecommerce/index.rst index 0e2d5b810e..f56f16756e 100644 --- a/en_us/install_operations/source/ecommerce/index.rst +++ b/en_us/install_operations/source/ecommerce/index.rst @@ -4,7 +4,10 @@ Adding E-Commerce to the Open edX Platform ########################################## -EdX uses a Django application called ``ecommerce`` to provide the platform with +.. warning:: + This service is under-maintained. We are not fixing bugs or developing new features for it. We hope to deprecate and replace it soon. For updates, `follow along on the DEPR ticket `_ + +edX uses a Django application called ``ecommerce`` to provide the platform with ecommerce functionality. This `E-Commerce service`_ extends `Oscar`_, an open source Django ecommerce framework, to manage the edX product catalog and handle orders for those products. The following sections describe how to install and