kiwicommerce/module-login-as-customer

This package is abandoned and no longer maintained. No replacement package was suggested.

This extension allows the admin to log in to customer account from admin panel. By logging in, admin can behave as a registered customer from the storefront.

Installs: 51 910

Dependents: 0

Suggesters: 0

Security: 0

Stars: 20

Watchers: 3

Forks: 8

Open Issues: 1

Type:magento2-module

1.0.4 2020-02-22 07:29 UTC

This package is auto-updated.

Last update: 2020-11-22 19:26:47 UTC


README

Magento 2 - Login as Customer by KiwiCommerce

  • Admin can login as customers to trace any process in which the customer is facing the issue.
  • Admin don’t need the password of the customer and the Authentication will not be change.
  • Admin can login as customer from the admin panel in just one click and is able to process on the storefront as a customer and is redirected to My Account’s page.
  • This Extension also has security measures to hide login options for different admin users.
  • This Extension also has options from where admin can enable and disable the extension.

Installation

  1. Composer Installation

    • Navigate to your Magento root folder
      cd path_to_the_magento_root_directory
    • Then run the following command
      composer require kiwicommerce/module-login-as-customer
    • Make sure that composer finished the installation without errors.
  2. Command Line Installation

    • Backup your web directory and database
    • Download the latest Login as Customer installation package kiwicommerce-login-as-customer-vvvv.zip from here
    • Navigate to your Magento root folder
      cd path_to_the_magento_root_directory
    • Upload contents of the Login as Customer installation package to your Magento root directory
    • Then run the following command
      php bin/magento module:enable KiwiCommerce_LoginAsCustomer
  • After install the extension, run the following command
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy
php bin/magento cache:flush
  • Log out from the backend and login again.

Find More details on KiwiCommerce

Where will it appear in Admin Panel

Customers Grid page

Admin can see the login as customer button on customer Grid page and Edit page.

68747470733a2f2f6b697769636f6d6d657263652e636f2e756b2f77702d636f6e74656e742f75706c6f6164732f323031382f30362f6c6f67696e2d61732d637573746f6d65722d637573746f6d65722d677269642e6a7067

Orders Grid Page

Admin can see the login as customer button on Order Grid page and View page.

68747470733a2f2f6b697769636f6d6d657263652e636f2e756b2f77702d636f6e74656e742f75706c6f6164732f323031382f30362f6c6f67696e2d61732d637573746f6d65722d6f726465722d677269642e6a7067

Login as Customer Log

Admin can also track records of how many times an admin user logged in as a customer along with the login time and IP address. Not only this it also offers filter facility for each and every login.

68747470733a2f2f6b697769636f6d6d657263652e636f2e756b2f77702d636f6e74656e742f75706c6f6164732f323031382f30362f6c6f67696e2d61732d637573746f6d65722d6c6f67696e2d6c6f672e6a7067

Configuration

User can control or set where “Login as customer” link will be displayed using the Setting section that is given below.

68747470733a2f2f6b697769636f6d6d657263652e636f2e756b2f77702d636f6e74656e742f75706c6f6164732f323031382f30362f6c6f67696e2d61732d637573746f6d65722d73797374656d2d636f6e66696775726174696f6e2e6a7067

Need Additional Features?

Feel free to get in touch with us at https://kiwicommerce.co.uk/get-in-touch/

Other KiwiCommerce Extensions

Contribution

Well unfortunately there is no formal way to contribute, we would encourage you to feel free and contribute by:

  • Creating bug reports, issues or feature requests on Github
  • Submitting pull requests for improvements.

We love answering questions or doubts simply ask us in issue section. We're looking forward to hearing from you!