Enable the E-Commerce Service Receipt Page

Enable the E-Commerce Service Receipt Page#

Tags: site operator

Warning

This service is deprecated and was last tagged for the Redwood release. We are not fixing bugs or developing new features for it. For updates, follow along on the DEPR ticket

The E-Commerce service includes a receipt page that you can display to users after their orders are complete.

Enable the Receipt Page#

To enable the default receipt page for the E-Commerce service, follow these steps.

  1. Sign in to the LMS Django administration console for your base URL. For example, http://{your_URL}/admin.

  2. On the Site Administration page, locate Site_Configuration.

  3. In the Site_Configuration section, next to Site configurations, select Change.

  4. On the Change site configuration page, locate the Values field, and then add the following JSON format value.

    {
     "ECOMMERCE_RECEIPT_PAGE_URL":"/checkout/receipt/?order_number="
     }
    
  5. Select Save.

Maintenance Chart

Review Date

Working Group Reviewer

Release

Test situation

2025-03-09

Sarina Canelake

Sumac

Fail - this component is deprecated