Hi friends,
Have you faced problem when you were working on a complete customized theme and you were unable to know current magento version.
Just try this solution to find current Magento version of your website:
Now copy and paste following code in versionTest.php:
<?php
include_once(‘App/Mage.php’);
Mage::app();
echo Mage::getVersion();
?>
Now just access this file using browser. Enjoy.. :)
No comments:
Post a Comment