Installation
Install the Customer ID extension for Magento 2.
Prerequisites
- Magento 2.4.0 or higher
- PHP 8.0+
- Composer installed
- SSH access to your server
- Backup of your Magento installation
Installation Steps
1. Add Repository Access
Contact your account manager to receive Composer repository credentials.
composer config bearer.repo.softwaresilo.io composer config repositories.softwaresilo composer https://repo.softwaresilo.io/ 2. Require the Package
composer config bearer.repo.softwaresilo.io composer config repositories.softwaresilo composer https://repo.softwaresilo.io/ composer require mageb2b/kundennummer:* 3. Enable the Module
php bin/magento module:enable MageB2B_Kundennummer4. Run Setup Upgrade
php bin/magento setup:upgrade5. Compile Code
php bin/magento setup:di:compile6. Deploy Static Content
php bin/magento setup:static-content:deploy7. Clear Cache
php bin/magento cache:flushVerify Installation
Check module status:
php bin/magento module:status MageB2B_KundennummerDatabase Changes
The installation creates a new customer attribute:
- customer_id_number - Stores the customer ID
Access Configuration
Navigate to Stores >Configuration > MageB2B > Customer ID to configure the extension.
Troubleshooting
Module Not Found
- Verify repository credentials
- Run
composer clear-cache - Check
composer.jsonfor correct repository URL
Permission Errors
chmod -R 755 var/ pub/static/ generated/Attribute Not Created
If the customer_id_number attribute is missing:
php bin/magento setup:upgrade --keep-generatedNext Steps
Proceed to Configuration to set up customer ID templates and ranges.
