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
 
(2 intermediate revisions by the same user not shown)
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:
 +
 
 +
X-Cart's files version:
 +
<pre>http://[your_site_URL]/[xcart_dir]/VERSION</pre>
 +
 
 +
X-Cart's database version:
 +
<pre>http://[your_site_URL]/[xcart_dir]/include/version.php</pre>
  
<pre>
 
http://[your_site_URL]/[xcart_dir]/VERSION
 
http://[your_site_URL]/[xcart_dir]/include/version.php
 
</pre>
 
 
for example:
 
for example:
  
:http://xcart-demo.qtmsoft.com/demo/VERSION
+
:http://demo.x-cart.com/demo_goldplus/VERSION
:http://xcart-demo.qtmsoft.com/demo/include/version.php
+
:http://demo.x-cart.com/demo_goldplus/include/version.php
  
or on the 'Summary' page in the X-Cart backend.
+
or on the 'Summary' page in the X-Cart admin backend.

Latest revision as of 08:42, 2 January 2014

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://demo.x-cart.com/demo_goldplus/VERSION
http://demo.x-cart.com/demo_goldplus/include/version.php

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