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. fkruidhof/adminquickview

ActiveMagento2-module

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 1mo ago

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 49% 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

1625d ago

Major Versions

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

### Community

Maintainers

![](https://www.gravatar.com/avatar/f332bcf45ed96f5ac064489db8ab10b5d4923a7a4e8abe89069a22be5d3b146b?d=identicon)[fkruidhof](/maintainers/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

[smile/elasticsuite

Magento 2 merchandising and search engine built on ElasticSearch

8044.5M33](/packages/smile-elasticsuite)[dotdigital/dotdigital-magento2-extension

Dotdigital for Magento 2

50374.2k18](/packages/dotdigital-dotdigital-magento2-extension)[mollie/magento2

Mollie Payment Module for Magento 2

1121.6M10](/packages/mollie-magento2)[swissup/module-search-mysql-legacy

Legacy mysql search for magento 2.4

10483.0k](/packages/swissup-module-search-mysql-legacy)[hyva-themes/magento2-react-checkout

Highly customizable Magento 2 Checkout, built with React

189169.8k1](/packages/hyva-themes-magento2-react-checkout)[opengento/module-gdpr

Gdpr Compliance Module for Magento 2

14481.5k](/packages/opengento-module-gdpr)

PHPackages © 2026

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