@cali_green
There are a few different ways to check the version of Magento that you are using:
- From the Admin Panel:
- Log in to the Magento Admin Panel.
- In the top menu, go to System > Tools > Web Setup Wizard.
- The Magento version will be displayed at the top of the page, under the title "System Upgrade".
- From the file system:
- Log in to your server via FTP or SSH.
- Navigate to the root directory of your Magento installation.
- Open the file app/Mage.php.
- Search for the line that reads $version = 'X.X.X';, where X.X.X is the version number.
- Using the Magento command-line interface (CLI):
- Connect to your server via SSH.
- Navigate to the root directory of your Magento installation.
- Run the following command: php bin/magento --version.
- Using a Magento extension:
- Install a Magento extension that displays the version number on the frontend or backend of your store. There are several extensions available that will do this for you.