PHPackages                             fkruidhof/adminquickview - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Admin Panels](/categories/admin)
4. /
5. fkruidhof/adminquickview

ActiveMagento2-module[Admin Panels](/categories/admin)

fkruidhof/adminquickview
========================

Magento 2 module to quickly access products, orders and customer from admin menu

v1.0.0(4y ago)12.4k1OSL-3.0PHPPHP ^7.4

Since Dec 3Pushed 4y ago1 watchersCompare

[ Source](https://github.com/fkruidhof/fkruidhof_adminquickview)[ Packagist](https://packagist.org/packages/fkruidhof/adminquickview)[ RSS](/packages/fkruidhof-adminquickview/feed)WikiDiscussions main Synced today

READMEChangelog (2)Dependencies (6)Versions (3)Used By (0)

Magento 2 module to quickly access product, order or customer views
===================================================================

[](#magento-2-module-to-quickly-access-product-order-or-customer-views)

Introduction
------------

[](#introduction)

The Magento 2 backend can be sluggish.

Ever wanted to access a product or order via the backend? Going to the list view, wait for the list to load, enter filter, wait for the results, look for the item you want and click it.... it takes too long if you already know where you want to go.

This module tries to help out with that. It creates an extra menu item called "Quick View". Using this you can enter a product sku, product id, order increment id, order id, customer email or customer id, and you will view that item directly. No more filtering and waiting.

Extending the module to add custom fields to the menu has been made easy, see below.

Installation
------------

[](#installation)

Install package using composer

```
composer require fkruidhof/adminquickview
```

This will install fkruidhof/adminquickview

Enable module and run installers

```
php bin/magento module:enable Fkruidhof_AdminQuickView
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy
```

Configuration
-------------

[](#configuration)

There are no configurations. When the module is installed it is automatically active. An extra "Quick View" menu item will be displayed in the admin menu. The module does have an ACL resource, so please make sure to activate the "Admin Quick View actions" role resource for the roles of the users that wish to use the module.

Extending the functionality
---------------------------

[](#extending-the-functionality)

Extra fields can be easily added to the menu. Just make a new module with a model class that implements QuickViewInterface and add it to the QuickViewPool via adminhtml/di.xml.

adminhtml/di.xml example:

```

                Vendor\Module\Model\QuickView\Custom

```

Keep in mind that the idea behind this module is to redirect to a url, nothing more, nothing less.

Security considerations
-----------------------

[](#security-considerations)

The module uses it's own ACL resources, but more importantly: it just redirects the user to a url. No access controls are bypassed using this module.

Compatibility
-------------

[](#compatibility)

PHP &gt;=7.4

Only tested on Magento 2.4.x with the default admin theme.

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

2

Last Release

1672d ago

Major Versions

v0.9.1-beta → v1.0.02021-12-03

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/37896591?v=4)[fkruidhof](/maintainers/fkruidhof)[@fkruidhof](https://github.com/fkruidhof)

---

Top Contributors

[![fkruidhof](https://avatars.githubusercontent.com/u/37896591?v=4)](https://github.com/fkruidhof "fkruidhof (5 commits)")

### Embed Badge

![Health badge](/badges/fkruidhof-adminquickview/health.svg)

```
[![Health](https://phpackages.com/badges/fkruidhof-adminquickview/health.svg)](https://phpackages.com/packages/fkruidhof-adminquickview)
```

###  Alternatives

[mollie/magento2

Mollie Payment Module for Magento 2

1131.9M16](/packages/mollie-magento2)[smile/elasticsuite

Magento 2 merchandising and search engine built on ElasticSearch

8064.7M49](/packages/smile-elasticsuite)[run-as-root/magento2-prometheus-exporter

Magento2 Prometheus Exporter

68357.9k](/packages/run-as-root-magento2-prometheus-exporter)[buckaroo/magento2

Buckaroo Magento 2 extension

32420.3k7](/packages/buckaroo-magento2)[dotdigital/dotdigital-magento2-extension

Dotdigital for Magento 2

50398.5k20](/packages/dotdigital-dotdigital-magento2-extension)[amzn/amazon-pay-magento-2-module

Official Magento2 Plugin to integrate with Amazon Pay

108531.2k1](/packages/amzn-amazon-pay-magento-2-module)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
