Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

If you are moving AbanteCart to a different domain name , or switching from server pathways to your domain name, then you must update AbanteCart with the new domain name.

...

No need to change configuration file. 

  1. Change Store URL setting to have correct URL in Admin > System > Settings > in Admin → System → Settings → Details.
  2. If you put any full paths in any of your HTML blocks or Content pages you will need to change this.
  3. Also if you changed made changes in the .htaccess file, you will need to change it tooNo too. No need to change a configuration file.


...

Move to another hosting

...

Install new AbanteCart with normal process on the new host (do not load demo data)

NOTE: You need to select the same MySQL database prefix as on your current AbanteCart instance.

How to find the database prefix for the database? Log in to the AbanteCart backend, go to System → Data  Backup/Restore section.

Another way is using a Database Interface (Requires Access to the Database, e.g. phpMyAdmin tool)

2. Backup AbanteCart

On existing AbanteCart instance, do backup of database, code and resource library (do not include system/config.php)

3. Download Backup

Download backup archive from the the backup history or /admin/system/backup/ folder on your server.

4. Load backup to newly installed AbanteCart.

To unpack a tar.gz file (A tarball 'tar.gz file' is nothing but compressed tar archive) extract backup.tar.gz then extract backup.tar

Use free 7-zip for Windows or Keka app for OS X software.

5. Replace ENCRYPTION_KEY, UNIQUE_ID (SALT for older versions) and SERVER_NAME in config.php

You will need to replace Replace unique keys from your original installation into the new configuration file. It is in system/config.php file

...

If you cannot see your products in the storefront, clear the cache from the admin panel of Abantecart

...