Enable the E-Commerce Service Receipt Page#
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.
Sign in to the LMS Django administration console for your base URL. For example,
http://{your_URL}/admin
.On the Site Administration page, locate Site_Configuration.
In the Site_Configuration section, next to Site configurations, select Change.
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=" }
Select Save.
Maintenance Chart
Review Date |
Working Group Reviewer |
Release |
Test situation |
2025-03-09 |
Sarina Canelake |
Sumac |
Fail - this component is deprecated |