Extends the official Akeneo Connector with several features and optimizations.
Report Bug
·
Request Feature
Table of Contents
This Magento 2 extension made by JustBetter extends the official Akeneo Connector with several features and optimizations.
These features can be enabled / disabled via an extra configuration section called JustBetter Akeneo that is added to the default Akeneo Connector Configuration in Magento.
Thanks to all the people who have contributed to this project:
-
Install via Composer
composer require justbetter/magento2-akeneo-bundle
-
Enable the module
bin/magento module:enable JustBetter_AkeneoBundle
-
Run setup upgrade and flush cache
bin/magento setup:upgrade && bin/magento cache:flush
For detailed documentation of each feature, see FEATURES.md.
For configuration instructions and best practices, see Configuration Guide.
| Category | Feature | Configuration Path |
|---|---|---|
| Product Import | Important Attributes | JustBetter Akeneo > Important Attributes |
| Default Store Values | JustBetter Akeneo > Default Store Values | |
| Exclude Families from Import | Products Filters > Excluded Families | |
| Remove Redundant EAV | JustBetter Akeneo > Remove Redundant EAV | |
| Category | Category Exist - Skip URL Regeneration | JustBetter Akeneo > Category Exist |
| Tax & Pricing | Set Tax Class | JustBetter Akeneo > Set Tax Class |
| Attributes | Metric Units Import | JustBetter Akeneo > Enable Metric Units |
| Format Media Name (SEO) | JustBetter Akeneo > Format Media Name | |
| Visibility | Set Families Not Visible | JustBetter Akeneo > Not Visible Families |
| Website Association | Required Attribute Mapping | Products > Required Attribute Mapping |
| Management | Akeneo Manager | JustBetter Akeneo > Akeneo Manager |
| Notifications | Slack Notifications | JustBetter Akeneo > Slack |
| Events | Import Finished Events | - |
All features are configured in the Magento Admin Panel:
Stores > Configuration > Catalog > Akeneo Connector > JustBetter Akeneo
For detailed configuration instructions, grid mappings, and best practices, see FEATURES.md - Configuration Guide.
The bundle extends the Akeneo Connector with additional features that can be configured in the Magento Admin Panel. Some features also provide CLI commands for manual execution.
For detailed usage instructions and CLI commands, see FEATURES.md.
The bundle dispatches custom events after import completion to enable custom post-processing.
For available events, implementation examples and use cases, see FEATURES.md - Event System.
Please read our Contributing Guide for details on our code of conduct and the process for submitting pull requests.
Development:
# Install dependencies
composer install
# Run quality checks (PHPStan)
composer analyse
# Run GrumPHP tasks manually
composer grumphpNote: GrumPHP runs automatically on git commit.
For security vulnerabilities, please see our Security Policy.
Distributed under the GPL-3.0 License. See LICENSE for more information. Please see License File for more information.