Get your server issues fixed by our experts for a price starting at just 25 USD/Hour. Click here to register and open a ticket with us now!

Author Topic: How to check Magento Version  (Read 6634 times)

0 Members and 1 Guest are viewing this topic.

arunlalpr

  • Newbie
  • *
  • Posts: 14
  • Karma: +0/-0
How to check Magento Version
« on: November 30, 2018, 09:41:40 pm »
How to check Magento Version

Go to your Magento installation directory and run the following command.

php -r "require 'app/Mage.php'; echo Mage::getVersion(); "


In our case it's 1.7.0.2

kindly check and let us know the result  ;)