Table of Contents

Warning: You are browsing the documentation for PrestaShop 1.7, which is outdated.

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

Learn how to upgrade to the latest version.

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”.