Julien Chaumond Posted July 10, 2011 Posted July 10, 2011 Hi,Is there a way to find out which version a Prestashop-powered site is running?What about modules? Can I find out which modules a site is running, other than by having a guess at it?Cheers,Julien Share this post Link to post Share on other sites More sharing options...
olea Posted July 10, 2011 Posted July 10, 2011 Your prestashop version is visible in the footer of the admin pages.For the modules, their versions are in the Modules page in back office Share this post Link to post Share on other sites More sharing options...
vivek tripathi Posted July 11, 2011 Posted July 11, 2011 1-) To check prestashop version site is running go to backend( admin panel) -> goto Tool -> goto Configuration Informationwhere you can check 1-Prestashop Version: 2-Server information: 3-Server software Version: 4-PHP Version: 5-MySQL Version: 2-) You can simply check footer of the admin page 3 Share this post Link to post Share on other sites More sharing options...
Julien Chaumond Posted July 11, 2011 Posted July 11, 2011 Sorry, I guess I forgot to mention something important: I don't have access to the Prestashop admin pages! Share this post Link to post Share on other sites More sharing options...
vivek tripathi Posted August 3, 2011 Posted August 3, 2011 Prestashop does not provide any method to Find out which version a site is running from front end the only way to know is at footer in admin pannel and backend( admin panel) -> goto Tool -> goto Configuration Information Share this post Link to post Share on other sites More sharing options...
Julien Chaumond Posted September 20, 2011 Posted September 20, 2011 Ok, I coded a little tool to figure out whether a site's running Prestashop, and if so, which version : http://runprestashop.com/ It works by comparing some publicly accessible resource files (CSS, JS) to the ones from the different versions of Prestashop. Feedback most welcome 2 Share this post Link to post Share on other sites More sharing options...
Dave L Posted September 20, 2011 Posted September 20, 2011 Hey that's a really neat tool. Thank you. I have bookmarked for future use Share this post Link to post Share on other sites More sharing options...
Nuvish Posted December 26, 2011 Posted December 26, 2011 "figure out whether a site's running Prestashop, and if so, which version" And what about the prestashop version? The tool only provide an answer whether the site is powered by prestashop or not 1 Share this post Link to post Share on other sites More sharing options...
maartenwouter Posted April 6, 2012 Posted April 6, 2012 Does not work for my site Ma because it is in a subdir? And my site is www.sigaren-online.nl 1 Share this post Link to post Share on other sites More sharing options...
ludo Posted April 22, 2013 Posted April 22, 2013 (edited) Hi maarteen !I create a page who Check if a website is under Prestashop (as julien) and also which version is used. test it and give me your feedbacks-> http://www.shopdeluxe.fr/check_ps Edited August 17, 2017 by ludo (see edit history) Share this post Link to post Share on other sites More sharing options...
Dolke Posted February 17, 2014 Posted February 17, 2014 (edited) Hi,Thanks for this useful tools guys.@ludo It would be great if your took can somehow distinguish between also these minor version changes like 1.5.X.X Is that possible? Edited February 17, 2014 by Dolke (see edit history) Share this post Link to post Share on other sites More sharing options...
MihaiAlex Posted August 9, 2014 Posted August 9, 2014 To check what version is running install this plugin for chrome: https://chrome.google.com/webstore/detail/prestashop-version-check/gbhgdadomepmmifccbidjemigoppgnpa?hl=en After install Refresh website page and check prestashop icon on link bar right side. Also is a version for Firefox 2 Share this post Link to post Share on other sites More sharing options...
Dolke Posted August 11, 2014 Posted August 11, 2014 To check what version is running install this plugin for chrome: https://chrome.google.com/webstore/detail/prestashop-version-check/gbhgdadomepmmifccbidjemigoppgnpa?hl=en After install Refresh website page and check prestashop icon on link bar right side. Also is a version for Firefox Great tool. Thank you for sharing. Cheers. Share this post Link to post Share on other sites More sharing options...
Nick Fedchik Posted July 20, 2015 Posted July 20, 2015 http://www.whitefirdesign.com/tools/prestashop-version-check.html Works and show versions up to 1.6.1.0 Share this post Link to post Share on other sites More sharing options...
trace Posted November 4, 2016 Posted November 4, 2016 (edited) To check what version is running install this plugin for chrome https://chrome.google.com/webstore/detail/version-check/eihipkpiiekmobooapflpdhpkpjohahe This not worked for 1.6.1.7 and 1.6.1.8. Displayed 1.6.1.6 Edited November 4, 2016 by trace (see edit history) Share this post Link to post Share on other sites More sharing options...
jcuenin Posted June 15, 2017 Posted June 15, 2017 Hey so what's the best tool now, is there only the chrome extension doing it right? Share this post Link to post Share on other sites More sharing options...
Athinodoros Posted February 8, 2018 Posted February 8, 2018 Try this: https://prestavc.com/ Share this post Link to post Share on other sites More sharing options...
Zohaib-fk Posted June 21, 2018 Posted June 21, 2018 Many thanks ludo and Athinodoros . Both website work for me. Help to find prestashop running on version 1.5.x Share this post Link to post Share on other sites More sharing options...
alinutzu18 Posted June 3, 2020 Posted June 3, 2020 for PS 1.7 you can find the version of PHP in the autoload.php file. Share this post Link to post Share on other sites More sharing options...
Duilio Juan Isola Posted August 18, 2020 Posted August 18, 2020 If you have access to the webservice you can inspect the configuration: https://myprestashopsite.com/api/configurations/?ws_key=********************************&filter[name]=[PS_VERSION_DB]&display=full <prestashop> <configurations> <configuration> <id>229</id> <value>1.6.1.11</value> <name>PS_VERSION_DB</name> <id_shop_group/> <id_shop/> <date_add>0000-00-00 00:00:00</date_add> <date_upd>0000-00-00 00:00:00</date_upd> </configuration> </configurations> </prestashop> Share this post Link to post 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