Migrating content and settings from one Agile Store Locator website to another is now easier with version 4.10.2. Follow these simple steps to seamlessly transfer all configurations, custom fields, and customizations to your new website.
- Export Settings: Begin by navigating to the ASL Settings on the old website. Look for the “Export Settings” button located on the top right corner. Click on it to generate a JSON file containing all your settings.
- Import Settings: On the new website, access the ASL Settings and locate the “Import Settings” option. Paste the JSON content copied from the old website into the designated area. Click on “Import” to transfer all configurations to the new website.
- Export CSV File: Next, export a CSV file containing your store data from the old website. Go to the Import/Export page and click on the “Export” button to generate the CSV file.
- Import CSV File: Once the CSV file is exported, proceed to the new website. On the Import/Export page, upload the CSV file by clicking on the designated upload button. After selecting the file, click on “Import” to complete the migration process.
By following these steps, you can effortlessly migrate all content and settings from your old Agile Store Locator website to the new one.
Migrating Template and CSS Customizations #
If you have customized the template partial file, it is important to migrate these changes as well. These files are typically located in the theme root directory.
To verify whether you have any customized template files:
- Go to the ASL Dashboard.
- Scroll to the “Backup Template” section.
- There, you will see a list of template files that have been overridden or backed up.

If you’re moving your setup to another WordPress instance:
- Copy those customized template files from the old site’s theme directory to the same location in the new theme.
- Additionally, check for any custom CSS that may have been added to the theme or page-level CSS. These styles need to be migrated manually as they are not included in the JSON or CSV export process.

Note: It’s common for developers to override templates and add custom styles for design consistency or feature enhancements, so always double-check with your previous developer or inspect your theme files.