olegattila / customer-status
Customer Status
Installs: 3
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:magento2-module
pkg:composer/olegattila/customer-status
Requires
- magento/module-customer: 103.0.*
This package is auto-updated.
Last update: 2025-12-23 01:50:04 UTC
README
``olegattila/customer-status``
Main Functionalities
Customer Status
Installation
* = in production please use the --keep-generated option
Type 1: Zip file
- Unzip the zip file in
app/code/Zaproo/CustomerStatus - Enable the module by running
php bin/magento module:enable Zaproo_CustomerStatus - Apply database updates by running
php bin/magento setup:upgrade - generate code and dependency injection configuration
php bin/magento setup:di:compile - deploy static view files
php bin/magento setup:static-content:deploy en_US -j 4 -f - Flush the cache by running
php bin/magento cache:flush
Type 2: Composer
- Install the module composer by running
composer require olegattila/customer-status:dev-master - enable the module by running
php bin/magento module:enable Zaproo_CustomerStatus - apply database updates by running
php bin/magento setup:upgrade - generate code and dependency injection configuration
php bin/magento setup:di:compile - deploy static view files
php bin/magento setup:static-content:deploy en_US -j 4 -f - flush the cache by running
php bin/magento cache:flush
Configuration
Specifications
Attributes
- Customer - Custom Status (custom_status)