You can disable ecommerce checkout by following these steps:
- Login to your LMS as a superuser.
- Visit your Django Admin > Commerce > Commerce configuration (
https://<your-lms-url>/admin/commerce/commerceconfiguration/add/
) - 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).