How to customize header and footer in tutor mfe

Hi @Engr_James_Lusuegro,

The thing that you want to achieve is to modify the code in the MFE, right?

I haven’t worked with other tutor plugins, and hopping I understand your question correctly, the steps that you should follow are these ones How to set your custom fork repo of mfe discussion app changes on tutor

You have to be aware of some things:

  1. You need to fork and modify GitHub - openedx/frontend-app-payment
  2. This is added by tutor-ecommerce no tutor-mfe tutor-ecommerce/tutorecommerce/plugin.py at master · overhangio/tutor-ecommerce · GitHub then I guess using ECOMMERCE_PAYMENT_MFE_APP in the config.yml you should be able to add your custom mfe.
  3. I guess you have to rebuild both images after applying your changes.