Jump to content

Find out which version a site is running


Julien Chaumond

Recommended Posts

1-) To check prestashop version site is running go to backend( admin panel) -> goto Tool -> goto Configuration Information

where 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

  • Like 3
Link to comment
Share on other sites

  • 4 weeks later...
  • 1 month later...
  • 3 months later...
  • 3 months later...
  • 1 year later...
  • 9 months later...
  • 5 months later...
  • 11 months later...
  • 1 year later...
  • 7 months later...
  • 7 months later...
  • 4 months later...
  • 1 year later...
  • 2 months later...

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>

 

Link to comment
Share on other sites

  • 3 years later...

Does PrestaShop SA publish stats on percentage of different PS versions in the wild?

Looking at upgrading our PS and keen to know what the most prevalent versions out there are.

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...