OpenCart Integration (en)
To connect OpenCart with our platform, follow this two-step procedure:
-
Add a new integration in the AfterSalesPro panel
-
Install our plugin in your OpenCart installation
1. Add Integration in AfterSalesPro Panel
-
Go to Settings → Integration.
-
Click Add Integration.
-
Enter your OpenCart store URL including the prefix, but without the trailing slash, e.g.,
https://mydomain.gr, then click Save. -
Copy the API Token and UUID from the Authentication Settings—you will need them for the plugin installation.
2. Install Plugin in OpenCart Administration Panel
-
Download the plugin for your OpenCart version:
-
V2: Download here
-
V3: Download here
-
-
In your OpenCart admin panel, go to Extensions → Installer and upload the downloaded ZIP file.
-
Go to Extensions → Extensions → Modules, find AfterSalesPro Configuration, and enter the API Token and Platform UUID copied earlier. Set the Status to
Enabled. -
Navigate to Extensions → Modifications and click the refresh icon to apply the changes.
Authorization fix (If needed)
Open the .htaccess file, find the line:
RewriteBase /
Then, add the following two lines after it (if they do not already exist):
RewriteCond %{HTTP:Authorization} ^(.*)
RewriteRule .* - [e=HTTP_AUTHORIZATION:%1]
The final file should look like this:
RewriteBase /
RewriteCond %{HTTP:Authorization} ^(.*)
RewriteRule .* - [e=HTTP_AUTHORIZATION:%1]