Updating the Searchanise add-on domain on CS-Cart

The domain for the Searchanise add-on has changed to searchserverapi1.com.

For CS-Cart v. 4.19.1 and later, this change is applied automatically.

For earlier CS-Cart versions, you need to update the domain manually. To do so, follow these steps:

  1. Create a file named local_conf.php in the root directory of your CS-Cart installation.
  2. Open local_conf.php and add the following code:
    <?php
    fn_define('SE_SERVICE_URL', 'https://searchserverapi1.com');
  3. If local_conf.php already exists, add the following line to the file:
    fn_define('SE_SERVICE_URL', 'https://searchserverapi1.com');

    After completing these steps, the Searchanise add-on will use the updated domain.

Updated on March 28, 2025

How useful was this post?

Click on a star to rate it!

Average rating 0 / 5. Vote count: 0

No votes so far! Be the first to rate this post.

We are sorry that this post was not useful for you

Let us improve this post!

Please tell us how we can improve this post

Related Articles

Back to top