aimanecouissi/module-customer-online-grid-customer-view

Add a View action to the Admin customer online grid

Maintainers

Package info

github.com/aimanecouissi/magento2-module-customer-online-grid-customer-view

Type:magento2-module

pkg:composer/aimanecouissi/module-customer-online-grid-customer-view

Statistics

Installs: 0

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

1.0.0 2026-04-30 21:31 UTC

This package is auto-updated.

Last update: 2026-04-30 21:38:55 UTC


README

Latest Stable Version Total Downloads Magento Version License PHP Version Require

Adds a View action to the Admin → Customers → Now Online grid. The module links online customer rows to the corresponding Admin customer edit page while leaving guest session rows without a customer target.

Installation

composer require aimanecouissi/module-customer-online-grid-customer-view
bin/magento module:enable AimaneCouissi_CustomerOnlineGridCustomerView
bin/magento setup:upgrade
bin/magento cache:flush

Usage

Open the Admin → Customers → Now Online grid. The View action appears in the Actions column and links customer-type rows to the Admin customer edit page. Guest sessions keep a non-navigating action target for visitors without customer accounts.

Uninstall

bin/magento module:disable AimaneCouissi_CustomerOnlineGridCustomerView
composer remove aimanecouissi/module-customer-online-grid-customer-view
bin/magento setup:upgrade
bin/magento cache:flush

Changelog

See CHANGELOG for all recent changes.

License

MIT