Skip to content

Commit

Permalink
Merge pull request openedx#916 from edx/sylvia/EcomTypos
Browse files Browse the repository at this point in the history
Correct caps/hyphens for E-Commerce service
  • Loading branch information
srpearce committed Mar 14, 2016
2 parents 8b71822 + 9ccd38b commit db967c3
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 17 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
.. _Additional Ecommerce Features:

################################
Additional Ecommerce Features
Additional E-Commerce Features
################################

After you install the basic features of the Ecommerce service on your instance
After you install the basic features of the E-Commerce service on your instance
of the Open edX platform, you can enable or install additional features. You
can set up Ecommerce to send email, switch payment processors, or track event
can set up E-Commerce to send email, switch payment processors, or track event
data if one of your usual processors is unavailable.

.. toctree::
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,12 @@ Maintaining the E-Commerce Service
####################################

Most of the time, you do not have to perform maintenance on the E-Commerce
service. However, E-Commerce creates **basket** objects to track products that users want to purchase before users place an order. As
more baskets and orders are created, the baskets table can grow large.
Depending on your database backend, a large table can become difficult to
manage and migrate. After an order is placed, you can delete the corresponding
basket from the baskets table.
service. However, E-Commerce creates **basket** objects to track products that
users want to purchase before users place an order. As more baskets and orders
are created, the baskets table can grow large. Depending on your database
backend, a large table can become difficult to manage and migrate. After an
order is placed, you can delete the corresponding basket from the baskets
table.

To delete one or more baskets, follow these steps.

Expand Down
10 changes: 5 additions & 5 deletions en_us/install_operations/source/ecommerce/index.rst
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
##########################################
Adding Ecommerce to the Open edX Platform
Adding E-Commerce to the Open edX Platform
##########################################

EdX uses a Django application called ``ecommerce`` to provide the platform with
ecommerce functionality. This `Ecommerce service`_ extends `Oscar`_, an open
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
use the Ecommerce service with the Open edX platform.
use the E-Commerce service with the Open edX platform.

.. toctree::
:maxdepth: 2
Expand All @@ -22,12 +22,12 @@ use the Ecommerce service with the Open edX platform.

To complete the procedures that this section describes, you use both the Django
administration site and the Course Administration Tool (CAT). The CAT is a web
app that is included with the Ecommerce service. The CAT enables you to
app that is included with the E-Commerce service. The CAT enables you to
configure and manage products that are associated with the courses on your
instance of the Open edX learning management system (LMS).

In addition to these required steps, you can add optional features to the
Ecommerce service for your instance of the Open edX platform. For more
E-Commerce service for your instance of the Open edX platform. For more
information, see :ref:`Additional Ecommerce Features`.


Expand Down
6 changes: 3 additions & 3 deletions en_us/install_operations/source/ecommerce/test_ecommerce.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
Test Your E-Commerce Application
###################################

To test new applications that you develop for the E-Commerce service, you create and run
tests for the Open edX platform first, and then you run a set of tests that are
specific to E-Commerce.
To test new applications that you develop for the E-Commerce service, you
create and run tests for the Open edX platform first, and then you run a set of
tests that are specific to E-Commerce.

For more information about tests for the Open edX platform, see
:ref:`Test Features`.
Expand Down
2 changes: 1 addition & 1 deletion en_us/links/links.rst
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@
.. THIRD PARTY LINKS
.. _Oscar: https://github.com/django-oscar/django-oscar
.. _Ecommerce service: https://github.com/edx/ecommerce
.. _E-Commerce service: https://github.com/edx/ecommerce
.. _Transifex: https://www.transifex.com/
.. _configure the Transifex client: http://docs.transifex.com/client/config/
.. _Communications API: http://django-oscar.readthedocs.org/en/latest/howto/how_to_customise_oscar_communications.html#communications-api
Expand Down

0 comments on commit db967c3

Please sign in to comment.