Install B2B Registration

B2B Registration depends on SoftwareSilo Debitor Management. Install both packages through the Composer repository available to your SoftwareSilo account, then run Magento's normal module upgrade and cache commands.

composer require mageb2b/b2b-registration
php bin/magento setup:upgrade
php bin/magento cache:clean

For production mode, rebuild generated code and static assets as required by your deployment process.

Verify the installation

  1. Open Stores > Configuration > MageB2B > B2B Registration.
  2. Confirm that Enable module is set for the intended website.
  3. Open Content > B2B Registration Requests and check that your Admin role can access the grid.
  4. Visit the configured public path, initially /partner/register.

If the configuration section is missing, verify that MageB2B_B2BRegistration and MageB2B_DebitorManagement are enabled before clearing Magento's configuration cache.

Before accepting applications

  • Select the customer group assigned to approved applicants.
  • Configure Debitor Management for each website that accepts registrations.
  • Decide who receives manual-review emails.
  • Submit and approve one fictional staging applicant.
  • Confirm that pending access is blocked and approved access succeeds.
  • Confirm that approval and rejection messages use the correct store identity.

Do not enable email-rule approval merely by selecting it in configuration. The rules themselves must already have been provisioned for the website; the current package has no Admin rule editor.