Menu
Your Cart
Tutorial 24 : Simplified and Quick Method to Check OpenCart Version

Tutorial 24 : Simplified and Quick Method to Check OpenCart Version

Opencart has released many versions over time, each bringing new features and improvements. Sometimes, we need to know which version of Opencart is being used, be it for extension installation purposes or for website maintenance. This is very important, considering that many extensions only support certain versions of Opencart, while some versions are subject to bugs. Therefore, below I will explain a simple method to check Opencart version easily.

  1. Log into your FTP or cPanel account.
  2. Navigate yourself to the main folder where OpenCart is installed.
  3. Find and open a file named "index.php" in the folder.
  4. In the "index.php" file, look for a section containing code like this:
    define('VERSION', 'x.x.x.x');

By following these steps, you can find the version number of the running OpenCart easily. By knowing the right version, you can make better decisions regarding the development and maintenance of your online store.