Magento 2, PHP
Magento2 have very good architecture which allow us to customize our shop at any level. Today my client have requirement that he only want to show product to his wholesale customer. This extension allow user to login to see product.
# magento2-b2b-login
1. Install: php bin/magento setup:upgrade 2. Recompile (Optional): php bin/magento setup:di:compile 3. Reindex (Optional): php bin/magento indexer:reindex 4. Clear the Magento cache (Optional): php bin/magento cache:clean
Git url: https://github.com/durgagupta/magento2-b2b-login