Ecommerce Configurable Options Bundle
Release Plan
| Release | Supported Ecommerce Versions | Release Date | Maintained | Branch |
|---|---|---|---|---|
| 1.x | ^1.x | 2026 | Feature Branch | 1.x |
Available Types
- Checkbox
- Custom Text
- Choice (Dropdown)
Installation
"require": {
"open-dxp/ecommerce-configurable-options-bundle": "^1.0",
}
Add Bundle to bundles.php:
return [
OpenDxp\Bundle\EcommerceConfigurableOptionsBundle\OpenDxpEcommerceConfigurableOptionsBundle::class => ['all' => true],
];
Install Bundle
Execute
$ bin/console opendxp:bundle:install OpenDxpEcommerceConfigurableOptionsBundle
$ bin/console doctrine:migrations:migrate --prefix 'OpenDxp\Bundle\EcommerceConfigurableOptionsBundle\Migrations'
Then, reload OpenDxp
Next Steps
License
DACHCOM.DIGITAL AG, Löwenhofstrasse 15, 9424 Rheineck, Schweiz
dachcom.com, [email protected]
Copyright © 2026 DACHCOM.DIGITAL. All rights reserved.
For licensing details please visit LICENSE.md