6.5. Enable the E-Commerce Service Receipt Page

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

6.5.1. 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.