Skip to main content

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

  1. Log in to your Shopware Administration
  2. Navigate to Extensions > My Extensions
  3. Search for "FelAIProductAdvisor"
  4. Click "Install"
  5. Activate the plugin

Manual Installation

  1. Download the plugin ZIP file from your account
  2. Extract the ZIP file
  3. Copy the extracted folder to the custom/plugins directory of your Shopware installation
  4. 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.