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:
- Create a file named
local_conf.php
in the root directory of your CS-Cart installation. - Open
local_conf.php
and add the following code:<?php fn_define('SE_SERVICE_URL', 'https://searchserverapi1.com');
- 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.