Installation
This guide will walk you through the process of installing FelAIProductAdvisor.
System Requirements
- Shopware 6.4.0 or higher
- PHP 7.4 or higher
- MySQL 5.7 or higher
- Minimum 2GB of RAM
Installation Steps
Via Shopware Store
- Log in to your Shopware Administration
- Navigate to Extensions > My Extensions
- Search for "FelAIProductAdvisor"
- Click "Install"
- Activate the plugin
Manual Installation
- Download the plugin ZIP file from your account
- Extract the ZIP file
- Copy the extracted folder to the
custom/plugins
directory of your Shopware installation - Run the following commands:
bin/console plugin:refresh
bin/console plugin:install --activate FelAIProductAdvisor
bin/console cache:clear
Post-Installation
After installation, you'll need to configure the plugin with your API credentials. See the Configuration section for details.