Child pages
  • Getting Started

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

After you have confirmed that your test version works as it should, copy the test version over the live version. (It is best to do this after peak usage hours, and with your store properly and temporarily disabled from within the PrestaShop back-office.)

Upgrading PrestaShop

We have a dedicated guide for that: Updating PrestaShop

Uninstall PrestaShop

PrestaShop is very easy to uninstall:

  1. Stop the web server and your database on which PrestaShop is installed, if you can.
  2. Delete the /prestaShop (or the name you gave it after the installation, if you renamed it) from the current directory of your Web server (generally 'www').
  3. Delete your PrestaShop database, using phpMyAdmin.

...