Difference between revisions of "X-Cart:How do I know which version of X-Cart I use?"

From X-Cart 4 Classic
Jump to: navigation, search
Line 1: Line 1:
 
You can find out the version of your X-Cart installation using one of the following links:
 
You can find out the version of your X-Cart installation using one of the following links:
  
<pre>
+
X-Cart's files version:
http://[your_site_URL]/[xcart_dir]/VERSION
+
<pre>http://[your_site_URL]/[xcart_dir]/VERSION</pre>
http://[your_site_URL]/[xcart_dir]/include/version.php
+
 
</pre>
+
X-Cart's database version:
 +
<pre>http://[your_site_URL]/[xcart_dir]/include/version.php</pre>
 +
 
 
for example:
 
for example:
  

Revision as of 10:02, 10 October 2012

You can find out the version of your X-Cart installation using one of the following links:

X-Cart's files version:

http://[your_site_URL]/[xcart_dir]/VERSION

X-Cart's database version:

http://[your_site_URL]/[xcart_dir]/include/version.php

for example:

http://xcart-demo.qtmsoft.com/demo/VERSION
http://xcart-demo.qtmsoft.com/demo/include/version.php

or on the 'Summary' page in the X-Cart admin backend.