Home General questions How to know your CS-Cart version
How to know your CS-Cart version
- Open the config.php file located in the root directory of your CS-Cart installation.
- Find your CS-Cart version at the end of the file.
For instance:
define('CSCART_VERSION', '1.3.5-SP2');
