How to modify the function of the default theme

Hi @Engr_James_Lusuegro :smile:

You can disable ecommerce checkout by following these steps:

  1. Login to your LMS as a superuser.
  2. Visit your Django Admin > Commerce > Commerce configuration (https://<your-lms-url>/admin/commerce/commerceconfiguration/add/)
  3. Edit the existing configuration, and un-check the ā€œCheckout on ecommerce serviceā€ flag. Save.

If you don’t have an existing Commerce configuration, then ecommerce is already disabled on your deployment, and enrollments should already be going straight to the registration API (ref `course_about.html template file).

1 Like