me_von_south Posted February 9, 2017 Share Posted February 9, 2017 Hello guys, Is it somehow possible to determine the version of prestashop for a certain store? (Without having access to the back office) Link to comment Share on other sites More sharing options...
rocky Posted February 10, 2017 Share Posted February 10, 2017 If you have FTP access, you can open config/settings.inc.php (in PrestaShop v1.6) or config/autoload.php (in PrestaShop v1.7) and check the value of _PS_VERSION_. 2 Link to comment Share on other sites More sharing options...
me_von_south Posted February 10, 2017 Author Share Posted February 10, 2017 Hi Rocky. No I don't have any access. I'm talking like more in general. Like say if I can get the version number, I can approach the shop and say to them: "Oh, I see you are still running version 1.3 Would you like to upgrade? I can help you if you pay me" hahaha. The only thing I can think of maybe is looking at the javascript files like I think I read somewhere the javascript files are compacted into one big file in version 1.7 (if I remember correctly). So that might be a clue. However that can be changed right, so it would be hard to tell in most cases I assume. Anyway its not that important, was just wondering about it. Could be useful in approaching businesses. See who's converted and who hasn't. Thanks for your reply Rocky, appreciate. Have a good day. Link to comment Share on other sites More sharing options...
rocky Posted February 10, 2017 Share Posted February 10, 2017 No, for security reasons, it's impossible to find the version number of a PrestaShop website. If it was possible, it would make it easier for hackers to target security issues in older versions of PrestaShop. Link to comment Share on other sites More sharing options...
me_von_south Posted February 10, 2017 Author Share Posted February 10, 2017 Yes I think from a statistics standpoint maybe not so good but for security reasons it is a necessity. Agree with you 100% Link to comment Share on other sites More sharing options...
hardik_7 Posted September 10, 2019 Share Posted September 10, 2019 Is there any way to know which version was before this version . my current version is 1.6.0.14 Link to comment Share on other sites More sharing options...
MichaelEZ Posted September 10, 2019 Share Posted September 10, 2019 1 hour ago, hardik_7 said: Is there any way to know which version was before this version . my current version is 1.6.0.14 https://www.prestashop.com/en/previous-versions Link to comment Share on other sites More sharing options...
hardik_7 Posted September 10, 2019 Share Posted September 10, 2019 1 minute ago, MichaelEZ said: https://www.prestashop.com/en/previous-versions in my store what was the previous version of my store???? Link to comment Share on other sites More sharing options...
MichaelEZ Posted September 10, 2019 Share Posted September 10, 2019 Sorry didnt get that at fist, well try old backup if ur hosting is providing Link to comment Share on other sites More sharing options...
hardik_7 Posted September 10, 2019 Share Posted September 10, 2019 sorry but dont have backup Link to comment Share on other sites More sharing options...
grsinternet Posted June 6, 2020 Share Posted June 6, 2020 On 2/10/2017 at 6:10 AM, rocky said: If you have FTP access, you can open config/settings.inc.php (in PrestaShop v1.6) or config/autoload.php (in PrestaShop v1.7) and check the value of _PS_VERSION_. /config/autoload.php provides only this line: define('_PS_VERSION_', AppKernel::VERSION); Where it is defined? I think I'm on ~1.7.6 version Link to comment Share on other sites More sharing options...
rocky Posted June 6, 2020 Share Posted June 6, 2020 Looks like PrestaShop moved it to line 34 of app/AppKernel.php since I wrote that. 1 1 Link to comment Share on other sites More sharing options...
grsinternet Posted June 7, 2020 Share Posted June 7, 2020 16 hours ago, rocky said: Looks like PrestaShop moved it to line 34 of app/AppKernel.php since I wrote that. I have found it! Thank you! 🙏 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now