Difference between revisions of "X-Cart:FCommerce Go Manual Installation"

From X-Cart 4 Classic
Jump to: navigation, search
(Created page with ''''To install the fCommerce Go module manually:''' 1. Copy the distribution package you have downloaded to the X-Cart root directory on your server or hosting account. * If you…')
 
 
Line 5: Line 5:
 
* If you use a Windows-based server or a UNIX-based server without terminal access:
 
* If you use a Windows-based server or a UNIX-based server without terminal access:
  
: a) Extract the contents of the archive with the Facebook Tab module files to a directory on your system using your favorite compression program (WinZIP or any other archiver that supports  TAR files).
+
: a) Extract the contents of the archive with the fCommerce Go module files to a directory on your system using your favorite compression program (WinZIP or any other archiver that supports  TAR files).
  
 
: b) Use an FTP client to upload all the files extracted from the archive (retaining the directory structure) to the X-Cart root directory on your server or hosting account.
 
: b) Use an FTP client to upload all the files extracted from the archive (retaining the directory structure) to the X-Cart root directory on your server or hosting account.
Line 11: Line 11:
 
* If you use a UNIX-based server with terminal access:
 
* If you use a UNIX-based server with terminal access:
  
: a) Use an FTP client to upload the archive with the Facebook Tab module distribution package to the X-Cart root directory on your server or  hosting account.
+
: a) Use an FTP client to upload the archive with the fCommerce Go module distribution package to the X-Cart root directory on your server or  hosting account.
  
 
: b) Decompress the package by typing the following command:
 
: b) Decompress the package by typing the following command:
Line 19: Line 19:
 
{{Note1|Important: Make sure to maintain the directory structure while unpacking and uploading the distribution package; otherwise, some critical files can be overwritten! }}
 
{{Note1|Important: Make sure to maintain the directory structure while unpacking and uploading the distribution package; otherwise, some critical files can be overwritten! }}
  
2. Copy the Smarty files from the "<x-cart>/fcommerce/templates/" directory to:
+
2. Apply the SQL patch via [http://help.qtmsoft.com/index.php?title=X-Cart:Applying_Patches#Applying_SQL_Patches Patch/Upgrade center]:
  
{{XC 4.4}}
+
Go to the "<u>Apply SQL patch</u>" form and apply the SQL queries from the "XCART_ROOT_DIR/fcommerce/sql/fcommerce.sql" file.
* "<x-cart>/skin/common_files/" directory for X-Cart 4.4.x
 
  
* "<x-cart>/skin1/" for X-Cart 4.1.x, 4.2.x, 4.3.x
+
Then, in the same way, apply the SQL queries from the "XCART_ROOT_DIR/fcommerce/sql/fcommerce_lng_US.sql" file.
  
<tt><x-cart></tt> stands for the directory, where your  X-Cart is installed.
+
3. Installation completed.
 
 
3. Apply the SQL patch via [http://help.qtmsoft.com/index.php?title=X-Cart:Applying_Patches#Applying_SQL_Patches Patch/Upgrade center]:
 
 
 
Go to the "<u>Apply SQL patch</u>" form and apply the SQL queries from the "XCART_ROOT_DIR/fb_tab/sql/fbtab.sql" file.
 
 
 
Then, in the same way, apply the SQL queries from the "XCART_ROOT_DIR/fb_tab/sql/fbtab_lng_US.sql" file.
 
 
 
4. Installation completed.
 

Latest revision as of 23:18, 6 March 2012

To install the fCommerce Go module manually:

1. Copy the distribution package you have downloaded to the X-Cart root directory on your server or hosting account.

  • If you use a Windows-based server or a UNIX-based server without terminal access:
a) Extract the contents of the archive with the fCommerce Go module files to a directory on your system using your favorite compression program (WinZIP or any other archiver that supports TAR files).
b) Use an FTP client to upload all the files extracted from the archive (retaining the directory structure) to the X-Cart root directory on your server or hosting account.
  • If you use a UNIX-based server with terminal access:
a) Use an FTP client to upload the archive with the fCommerce Go module distribution package to the X-Cart root directory on your server or hosting account.
b) Decompress the package by typing the following command:
tar -xzvf fcommerce-xcart-x.y.z.tgz
Important: Make sure to maintain the directory structure while unpacking and uploading the distribution package; otherwise, some critical files can be overwritten!

2. Apply the SQL patch via Patch/Upgrade center:

Go to the "Apply SQL patch" form and apply the SQL queries from the "XCART_ROOT_DIR/fcommerce/sql/fcommerce.sql" file.

Then, in the same way, apply the SQL queries from the "XCART_ROOT_DIR/fcommerce/sql/fcommerce_lng_US.sql" file.

3. Installation completed.