ecinternet / customerfeatures
EC Internet Customer Features
Package info
github.com/ECBrands/ECInternet_CustomerFeatures
Type:magento2-module
pkg:composer/ecinternet/customerfeatures
dev-main
2024-12-04 22:14 UTC
Requires
- php: >=7.4.0
This package is auto-updated.
Last update: 2026-03-11 16:42:55 UTC
README
ecinternet/customer_features - 1.3.8.0
Requirements
Overview
The EC Internet CustomerFeatures extension assists in syncing customers by adding missing functionality and fields and improving existing Magento 2 customer functionality where needed.
Installation
- Unzip the zip file in
app/code/ECInternet - Enable the module by running
php bin/magento module:enable ECInternet_InstaPAY - Apply database updates by running
php bin/magento setup:upgrade - Recompile code by running
php bin/magento setup:di:compile - Flush the cache by running
php bin/magento cache:flush
Configuration
Specifications
- Disable Customer registration.
- Disable Customer welcome email.
- Set default password for new Customers.
- Limit CustomerGroups which can add new addresses.
- Limit CustomerGroups which can edit existing addresses.
- Enhances new customer notification email.
Attributes
Customerecinternet_company_nameecinternet_cust_active_sentecinternet_customer_activatedecinternet_is_active
CustomerAddresscontact_name
Notes
Version History
- 1.3.6.0 - Updated UpgradeData to not show Customer attributes in admin grid. This could lead to compilation errors for some databases.