Skip to main content

Ecommerce Configurable Options Bundle

Release Plan

ReleaseSupported Ecommerce VersionsRelease DateMaintainedBranch
1.x^1.x2026Feature Branch1.x

image image image image image image


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