Table of Contents

Notice: You are browsing the documentation for PrestaShop 9, which is currently in development.

You might want to read the documentation for the current version, PrestaShop 8. Read the current version of this page

Cleaning up

Once everything is migrated, refactored, extracted to specific classes and working like a charm, it’s time to remove the old, migrated parts:

  • Delete the old controller.
  • Delete the old templates (delete the admin-dev/themes/default/template/controller/{name} folder.
  • Delete the related “legacy tests”.