Magento 2 extension Customer Documents

  • Admin Document Categories List
  • Admin Document Category Add
  • Admin Document Category Added
  • Admin Document List
  • Admin Document Edit
  • Admin Document Edit Customers Tab

Functional overview

  • Uploading of documents for customers
  • Assign name, description and file per document
  • Restrict the documents by customer groups & customers
  • Setting to disable available documents at the sidebar at the frontend
  • Make documents private or public - public means everyone can access it via the direct download link
  • Send email to the customer when they got a new customer document or when document is updated
  • Protected your document with password (configurable)
  • Download Reports - Check who downloaded your documents
  • Using CSV import for importing the documents
  • Using REST API to automate the functionality via HTTP
  • Using SOAP API to automate the functionality via XML
  • Supports remote storage module of Magento 2 for e.g. Amazon S3
  • Link documents for displaying them at the frontend (for orders, invoices and shipments)

Efficient Document Management for Your Magento 2 Store

With our Magento 2 Document Management Module from MageB2B, you can efficiently manage and organize your documents. Easily upload, edit, and share documents to enhance collaboration and optimize business processes.

Key Features of the Magento 2 Document Management Module:

  • Document Management: Manage your documents effortlessly by uploading and categorizing them directly in the Magento 2 backend.
  • Access Control: Set access rights for individual users or groups, ensuring that only authorized persons can access specific documents.
  • Email Notifications: Automatically notify your customers via email when a new document is available.
  • Frontend Integration: Customers can view and download documents directly in their user account in the frontend of your store.
  • CSV Import Export [Add-On]: Easily upload documents via CSV and save time managing large data volumes.
  • SOAP / REST API Interface [Add-On]: Use the API to conveniently transfer documents via interface (e.g., as Base64 String) and seamlessly integrate document management into your existing systems.
  • Link documents to be displayed for a customer related order, invoice or shipment

Application Examples:

  • Quotes and Invoices: Transmit quotes or invoices to your customers and ensure they can access them at any time.
  • Product Documentation: Provide product documentation to comprehensively inform your customers.
  • Contract Documents: Upload contract documents and enable your customers to view them at any time.

Document Settings:

  • Document Name
  • Description
  • Document Category (unlimited categories can be created)
  • Publicly Available (document can be downloaded via direct link)
  • Password Protection (document password-protected)
  • Display in Sidebar
  • Email Notification: Notify all assigned customers
  • Access Restriction by Customers and Customer Groups

System Configuration Settings:

  • Enable in Frontend (per website)
  • Upload Path in Magento 2 Media Folder
  • Allowed File Extensions (e.g., PDF, JPG, JPEG)
  • Email Sender & Template for New Document Notification
  • Display at sidebar
  • Upload path
  • Resync upload path
  • CC Recipient for Email Notifications
  • BCC Recipient for Email Notifications
  • Allowed search fields for frontend document search
  • Enable automatic link of documents
  • Define link pattern (e.g. ORDER-$increment_id)
  • Show message when linked documents are empty

Optimize Your Document Management Today

Integrate our Magento 2 Document Management Module into your store and benefit from efficient, centralized management of your business documents. Contact us for more information and see how this powerful tool can transform your eCommerce business.

  • Source Code is not encrypted - you are able to modify it yourself
  • Stable and mature Software Solution from Magento Experts
  • Big discount in comparison to creating this extension individually
  • Customizing and further adaptation on request
  • With a yearly support fee you get guaranteed support, updates and upgrades
  • Easy update through composer
  • Extensive documentation

We are offering additional services:

  • Installation service
  • Support package for updates & upgrades (6 or 12 months selectable)
  • Custom delevopment from your request (RFQ)
  • Development of a custom extension regarding your needs


Please fill out the following information in order to receive the credentials for our demo environment. You will automatically receive them to the email address provided.

For how many Magento instances one license is valid ?

Your license is valid for one Magento installation, including scopes (store views, websites ect.).
In addition to this, you can install our extensions on various development- or staging server.

Is the installation included in the price ?

The installation is not included in the price. When you purchase you can opt to an installation service for sure.
We are happy to give you a service to integrate our extensions in your system.

What payment methods are available for purchasing the extensions ?

We offer Credit Card (by Stripe) as well as Bank transfer (prepayment).

How's the order process going?

After paying by Credit Card you will immediately get the credentials to download the extension via composer. As for payment by bank transfer, you will receive the credentials once the invoice has been paid.

I need a specific customization of your extension

We are one of the fewest service provider which are offering customizations towards our extensions. Herefore, we create a new internal version of our extension to give you an excellent support and consider the made customizations for ongoing support requests.

Can I install a demo version before purchasing on my local machine ?

As we have no influence on the use once the extension is installed on your system, we can not offer you a local demo version. We keep our demo system, however, always up to date and invite you to test the extension completely on our demo system.

What's about your update policy ?

You can book the support package for your order. With this support package you also get other support around the extension. Included in the support package are updates for your selected Magento version.

I already have a license. How can I perform an update?

You can easily book an update with a credit card.

Simply use the following link.

I have another question - how can I get in touch with you ?

Just send us an email.

customerdocuments [1.3.0] - 2024-10-07

Added

  • Added fulltext search in customer documents admin grid
  • Added pager and limit feature for frontend customer documents grid

Changed

  • Moved the customer_group values (previously stored as comma-separated values) into a dedicated relation table customer_document_customer_group for better data management
  • Added a data migration patch to transfer existing customer group data into the new relation table
  • Improved performance when handling large datasets by optimizing database queries and reducing memory usage
  • Changed System class for displaying extension information

Fixed

  • Fixed issue with Cronjob DeleteMissingFiles
customerdocuments [1.2.0] - 2024-09-24

Added

  • Added link entity: Now customer documents can be linked to any entity in Magento 2, e.g. orders or invoices
  • Added automatic cronjob to connect the documents based on defined patterns (defined in the system configuration)
  • Added functionality to both use password protection and public document (see README.md for further instructions)
  • Added feature to show documents per category, added system configuration
  • Added system configuration: Show Document Name
  • Added system configuration: Show Password Notice
  • Added system configuration: Delete Missing Files (Cronjob)
  • Added support for Magento_RemoteStorage (by using Filesystem method of Magento 2)
  • Added Magento_CSP Compatibility (works for Magento 2.4.7 onwards)

Changed

  • Changed to a more secure approach for password protected documents
  • Changed config paths (a Patch will automatically move your settings)
  • Removed MageB2B\CustomerDocuments\Helper\Common (in favor of Helper\Data class)
  • Removed MageB2B\CustomerDocuments\Helper\Config (in favor of Magento\Framework\App\Config\ScopeConfigInterface class)
  • Removed MageB2B\CustomerDocuments\Helper\Logger (in favor of \Psr\Log\LoggerInterface class)
  • Renamed "Publicly Available" to "Is Public"
  • Use yesnoSource Class for Customer Document Form

Fixed

  • Removed action columns for Download Report menu
customerdocuments [1.1.6] - 2024-08-07

Fixed

  • Fixed icon issue on Download Report menu in admin area
customerdocuments [1.1.5] - 2024-07-22

Changed

  • Updated README.md
customerdocuments [1.1.4] - 2024-05-17

Added

  • Added patch to add General category if it doesnt exist (to avoid issue when accessing category grid in admin with empty categories)
customerdocuments [1.1.3] - 2024-04-22

Fixed

  • PHP 8.2 compatibility bugfixes

Changed

  • Improved email template
customerdocuments [1.1.2] - 2024-03-06

Changed

  • PHP docs
customerdocuments [1.1.1] - 2023-09-24

Added

  • Added search filter for searching customer documents in frontend
customerdocuments [1.1.0] - 2023-08-29

Added

  • Added a store config "Enable Sidebar" - only if store config is enabled, sidebar block will be rendered

Fixed

  • Fixed various issues around grid filter, added category dropdown filter instead of text
  • Fixed mass action delete on grid
customerdocuments [1.0.11] - 2023-03-03

Added

  • Added a button "resync upload path" to resync the upload path after changed, so every file will be moved automatically
customerdocuments [1.0.10] - 2023-01-24

Changed

  • replaced setFrom() method with setFromByScope()
customerdocuments [1.0.9] - 2022-10-14

Added

  • Added uninstall routine
customerdocuments [1.0.8] - 2022-08-03

Fixed

  • PHP8 Compatibility bugfixes
customerdocuments [1.0.7] - 2022-05-17

Added

  • Field updated_at added
  • Added password on document grid

Fixed

  • Removed new button from report grid
customerdocuments [1.0.6] - 2022-04-23

Fixed

  • Composer.json bugfixes

Please note: The license - beside production environment - is also granted for unlimited for staging- and development environments.

Specification


Compatibility:

Magento 2 (2.4.3 - 2.4.7)

Current Version:

1.3.0