Some data on course details are not displayed

In the course about page of Edx, they have a lot of information like price, level, institution,…
Mine just has course number, start date, and end date.
How to show full information about a course?

@Anh_Vu_Nguy_n This is because edx.org uses a custom marketing site, which interacts with Open edX in the background using APIs, not the default list of courses. Sadly, the code of that marketing site isn’t open source, so you would have to redevelop it. :confused: You can find some details about how to integrate with an external marketing site there:

https://github.com/edx/edx-platform/wiki/Alternate-site-for-marketing-links

2 Likes