artashesbaghdasaryan / customer-account-status-magento2

Magento 2 Module Customer status enable/disable

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Magento 2.3.* Customer Status Additional field to to disable/enable customer Checkout.

Main Functionalities

  • Customer can enable or disable his/her account.
  • On top of the header showing the status linked to customer Enable or disable the account
  • If the customer account is a disabled customer can not go to the checkout page and redirecting to checkout cart page
  • Admin can disable or enable Customer Account

Installation

* = in production please use the --keep-generated option

  • Unzip the zip file in app/code/
  • Enable the module by running php bin/magento module:enable Behindshops_Customerstatus
  • Apply database updates by running php bin/magento setup:upgrade
  • Apply database updates by running php bin/magento setup:di:compile
  • Flush the cache by running php bin/magento cache:flush php bin/magento cache:clear

About

Magento 2 Module Customer status enable/disable


Languages

Language:PHP 85.1%Language:HTML 9.0%Language:JavaScript 5.9%