To check your PrestaShop version, you can use any of these simple methods:
âś… Method 1: From Admin Dashboard (Easiest)
- Login to your PrestaShop Admin Panel
👉yourwebsite.com/admin - Scroll to the bottom-left corner of the dashboard.
You will see something like:
PrestaShop™ 1.7.8.9
or
PrestaShop™ 8.1.2
✅ Method 2: From “Advanced Parameters”
- Go to:
Advanced Parameters > Information - Under Server Information, you’ll see:
PrestaShop version: X.X.X
âś… Method 3: From Files (If Admin Not Accessible)
Open this file via File Manager or FTP:
/config/settings.inc.php
Search for:
define('_PS_VERSION_', 'x.x.x');
That is your version.
âś… Method 4: From Footer (Sometimes Visible)
Some themes display the version in the footer like:
Powered by PrestaShop™ 1.7
If you tell me your version, I can guide you better (especially for slider or performance settings).
