This guide provides step-by-step instructions on how to install the GoAIEAA2025 module in Shopware, configure it, and ensure it works correctly on your store's frontend.
You can install the module using two methods:
Obtain the module package (.zip file) from the GoAI AIA panel or the official GoAI website.
Extract the .zip file on your computer.
Upload the extracted folder to the following directory in your Shopware installation:
custom/plugins/GoAIEAA2025
After activating the module, clear the cache by running these commands in the terminal:
bin/console cache:clear bin/console plugin:refresh bin/console plugin:install --activate GoAIEAA2025
In your terminal, navigate to the Shopware root directory:
cd /path/to/your/shopware
Add the GoAI repository to composer.json:
{ "repositories": [ { "type": "composer", "url": "https://ai-repo.gomage.com" } ] }
Alternatively, use this command:
composer config repositories.goai composer https://ai-repo.gomage.com
Run the following command to install the module:
composer require goai/eaa2025
Execute the following commands:
bin/console plugin:refresh bin/console plugin:install --activate GoAIEAA2025 bin/console cache:clear
Visit the GoAI AIA Panel:
๐ https://aia.gomage.com/
Log in with your credentials.
Generate your clientUid and customize the following parameters:
#2cac2c).#4b2a2a).bottom-left, bottom-right, top-left, top-right).Copy the generated script URL, for example:
https://aia.gomage.com/js/eaa.min.js?clientUid=dbljpvsyb&buttonColor=#2cac2c&bgColor=#4b2a2a&position=bottom-left
Log in to Shopware Admin Panel.
Navigate to Settings โ Plugins โ GoAIEAA2025.

In the field GoAIEAA2025.config.scriptUrl, paste the generated script URL:
https://aia.gomage.com/js/eaa.min.js?clientUid=dbljpvsyb&buttonColor=#2cac2c&bgColor=#4b2a2a&position=bottom-left
Click Save to apply the changes.

If the button does not appear:
โ
Check clientUid โ It must match the one generated in the GoAI AIA panel.
โ
Verify the Script URL โ Ensure there are no typos in the URL.
โ
Clear your browser cache โ Refresh the page or clear the cache to load the latest changes.
๐ You have successfully installed and configured the GoAIEAA2025 module in Shopware! ๐