Skip to content

opengento/magento2-better-bo

Repository files navigation

Better BO for Magento 2

Latest Stable Version License: MIT

This extension enhance Magento back-office.

Setup

Magento 2 Open Source or Commerce edition is required.

Composer installation

Run the following composer command:

composer require opengento/module-better-bo

Setup the module

Run the following magento command:

bin/magento setup:upgrade

If you are in production mode, do not forget to recompile and redeploy the static resources.

Features

Edit a product attribute on all scopes and save in bulk without having to change the scope / save / reload:

Entities:

  • Product
  • Category
  • System Configuration

Field types:

  • Text
  • Textarea
  • Dropdown
  • Multiselect
  • Yes/No
  • Price
  • Date
  • Datetime
  • Wysiwyg

Support

Raise a new request to the issue tracker.

Authors

  • Opengento Community - Lead - Twitter Follow
  • Alexandre BULETÉ - Maintainer - GitHub followers
  • Frédéric MARTINEZ - Maintainer - GitHub followers
  • Quentin MENDEL - Maintainer - GitHub followers
  • Romain TESSON - Maintainer - GitHub followers
  • Sébastien GUÉRIN - Maintainer - GitHub followers
  • Thomas MOUTLEN - Maintainer - GitHub followers
  • Contributors - Contributor - GitHub contributors

License

This project is licensed under the MIT License - see the LICENSE details.

That's all folks!