Looking for the v10 manual? Visit our new user's guide!
 
Search Descriptions Version
 
 
This article applies to: E-Commerce Basics

Identifying the Store Version


When dealing with support staff or investigating upgrading, it is important to know which version of the software your site is running. The easiest way to do this is to log into the admin side of your site, and look in the left-hand column of the admin landing page. The version will be listed at the top of the "System Information" section, and if any service packs have been installed, they'll be listed as well.

NOTE: If for some reason you are unable to access the admin site to find this information, it can also be found by running the SQL query below against your database. This should only be done by someone familiar with this kind of work, and be sure you have a backup of the database first just in case!

SELECT ConfigValue FROM AppConfig WHERE Name='StoreVersion'