Topdata Category Filter SW6 Installation Guide#
System Requirements#
- Shopware 6.4.x or higher
- PHP 8.0 or higher
- Composer installed on your server
Installation Steps#
1. Install via Composer#
Open your terminal and navigate to your Shopware project directory. Run the following command to install the plugin:
2. Activate the Plugin#
After the installation is complete, you need to activate the plugin. You can do this via the Shopware admin panel or using the command line.
Option A: Using the Shopware Admin Panel#
- Log in to your Shopware admin panel
- Go to Extensions > My extensions
- Find "Topdata Category Filter SW6" in the list
- Click Activate
Option B: Using the Command Line#
Run the following command in your Shopware project directory:
3. Clear Cache#
After activating the plugin, it's recommended to clear your cache to ensure all changes take effect:
Verification#
To verify that the plugin has been installed and activated correctly:
- Go to the product listing page in your storefront
- You should see the category filter in the filter panel
- Test the filter functionality by selecting different categories
Troubleshooting#
If you encounter any issues during installation:
- Check the Shopware error logs for detailed error messages
- Ensure that your server meets all the system requirements
- Verify that Composer has the necessary permissions to install plugins