How do I find out which PrestaShop version I am running?

1477 views

In the back office: look at the bottom-right corner of any admin page — the version number is displayed there. You can also check the file /config/settings.inc.php or /app/AppKernel.php which contains the version constant. Via the database: SELECT value FROM ps_configuration WHERE name = 'PS_VERSION_DB';

Learn more: PrestaShop troubleshooting guide.

Was this answer helpful?

Still have questions?

Can't find what you're looking for? Send us your question and we'll get back to you quickly.

Loading...
Back to top