PHPackages                             mmustafaydogan/module-quote-list - 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. mmustafaydogan/module-quote-list

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

mmustafaydogan/module-quote-list
================================

Magento 2 Quote List

1.0.0(3mo ago)03PHPPHP ~8.1.0|~8.2.0|~8.3.0

Since Mar 12Pushed 3mo agoCompare

[ Source](https://github.com/mmustafaAydogan/module-quote-list)[ Packagist](https://packagist.org/packages/mmustafaydogan/module-quote-list)[ RSS](/packages/mmustafaydogan-module-quote-list/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependencies (6)Versions (2)Used By (0)

Magento 2 Quote List
====================

[](#magento-2-quote-list)

[![Magento 2](https://camo.githubusercontent.com/360e2de1fd9c704bed173bb02c7cd39ec1713f893d985460f9493be3e29b4e0f/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4d6167656e746f2d322e342e782d6f72616e67652e737667)](https://magento.com/)[![PHP](https://camo.githubusercontent.com/e0d956970e898b245777e25eebc28d8f2f58ba384d9b9500dffb39850d8ad4d6/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5048502d382e31253230253743253230382e32253230253743253230382e332d626c75652e737667)](https://php.net/)

Browse and inspect Magento 2 quotes directly from the admin panel — no database client required.

Overview
--------

[](#overview)

Magento's native admin panel provides full visibility into **orders**, but quotes — the shopping carts that never converted — are largely invisible to store administrators. Diagnosing checkout abandonment, debugging pricing rules, or investigating a specific customer's cart requires either direct database access or custom development.

**Magento 2 Quote List** solves this by surfacing the `quote` and `quote_item` tables as standard admin grids, complete with filtering, sorting, and a dedicated detail view per quote.

Features
--------

[](#features)

- **Quote Grid** — Searchable, filterable list of all quotes with customer info, totals, and status
- **Quote Item Grid** — Line-item level view across all quotes with pricing, tax, and discount breakdown
- **Quote Detail Page** — Full quote summary including customer details, ordered items with product images, and totals
- **Mass Delete** — Bulk-remove quotes directly from the grid
- **ACL Integration** — Granular permission control per role via Magento's standard ACL system
- **No Custom Tables** — Reads directly from Magento's native `quote` and `quote_item` tables; zero schema changes

Requirements
------------

[](#requirements)

- Magento 2.4.x or higher
- PHP 8.1, 8.2, or 8.3

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

[](#installation)

### Via Composer

[](#via-composer)

```
composer require mmustafaydogan/module-quote-list
php bin/magento module:enable Mustafa_QuoteList
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento cache:flush
```

### Manual

[](#manual)

```
cp -r module-quote-list app/code/Mustafa/QuoteList
php bin/magento module:enable Mustafa_QuoteList
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento cache:flush
```

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

[](#configuration)

### Access Control

[](#access-control)

The module uses Magento's ACL system. To grant access to a role:

1. Navigate to **System &gt; User Roles**
2. Select the role to configure
3. In Role Resources, expand **QuoteList**
4. Check **Quote List** and/or **Quote Item List**
5. Save the role

ACL ResourceDescription`Mustafa_QuoteList::quote_list`Access to the Quote grid and detail page`Mustafa_QuoteList::quote_item_list`Access to the Quote Item gridUsage
-----

[](#usage)

### Accessing the Grids

[](#accessing-the-grids)

- Navigate to **Sales &gt; Quote List** for the quotes grid
- Navigate to **Sales &gt; Quote Item List** for the line-items grid

### Quote Detail Page

[](#quote-detail-page)

Click **View** on any row in the Quote grid to open the detail page. It shows:

- Quote metadata (ID, date, active status, IP address)
- Customer information (name, email, customer ID)
- All visible items with product image, SKU, price, tax, discount, and row total
- Quote totals (subtotal, base subtotal, subtotal with discount, grand total)

Module Structure
----------------

[](#module-structure)

```
Mustafa/QuoteList/
├── Block/
│   └── Adminhtml/
│       └── View.php                        # Quote detail block
├── Controller/
│   └── Adminhtml/
│       └── Quote/
│           ├── Index.php                   # Quote grid controller
│           ├── ItemList.php                # Quote item grid controller
│           ├── MassDelete.php              # Bulk delete action
│           └── View.php                    # Quote detail controller
├── Ui/
│   └── Listing/
│       └── Column/
│           └── ViewAction.php              # Actions column for the grid
├── etc/
│   ├── acl.xml
│   ├── di.xml
│   ├── module.xml
│   └── adminhtml/
│       ├── menu.xml
│       └── routes.xml
├── view/
│   └── adminhtml/
│       ├── layout/
│       │   ├── quotelist_quote_index.xml
│       │   ├── quotelist_quote_itemlist.xml
│       │   └── quotelist_quote_view.xml
│       ├── templates/
│       │   └── quote/
│       │       └── view.phtml
│       └── ui_component/
│           ├── mustafa_quote_listing.xml
│           └── mustafa_quote_item_listing.xml
├── composer.json
└── registration.php

```

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

[](#compatibility)

- Magento Open Source 2.4.x
- Adobe Commerce 2.4.x
- Multi-store setups

Author
------

[](#author)

**Mustafa Aydoğan**

- GitHub: [mmustafaydogan](https://github.com/mmustafaydogan)
- Module: `mmustafaydogan/module-quote-list`

###  Health Score

37

—

LowBetter than 81% of packages

Maintenance81

Actively maintained with recent releases

Popularity3

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity49

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

Unknown

Total

1

Last Release

103d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8d67842daeed29c70d6d515569c38e07c7cecd7aa97147dc9de50fff52e20bd5?d=identicon)[mmustafaAydogan](/maintainers/mmustafaAydogan)

---

Top Contributors

[![MustafaAydogann](https://avatars.githubusercontent.com/u/108256958?v=4)](https://github.com/MustafaAydogann "MustafaAydogann (1 commits)")

### Embed Badge

![Health badge](/badges/mmustafaydogan-module-quote-list/health.svg)

```
[![Health](https://phpackages.com/badges/mmustafaydogan-module-quote-list/health.svg)](https://phpackages.com/packages/mmustafaydogan-module-quote-list)
```

###  Alternatives

[mollie/magento2

Mollie Payment Module for Magento 2

1121.8M12](/packages/mollie-magento2)[run-as-root/magento2-prometheus-exporter

Magento2 Prometheus Exporter

68353.9k](/packages/run-as-root-magento2-prometheus-exporter)[dotdigital/dotdigital-magento2-extension

Dotdigital for Magento 2

50390.4k20](/packages/dotdigital-dotdigital-magento2-extension)[loki/magento2-admin-components

Admin Panel grids and forms created via Loki Components

173.7k7](/packages/loki-magento2-admin-components)[buckaroo/magento2

Buckaroo Magento 2 extension

32414.8k7](/packages/buckaroo-magento2)[mage-os/module-inventory-reservations-grid

Add a grid with the list of inventory reservations.

1512.6k](/packages/mage-os-module-inventory-reservations-grid)

PHPackages © 2026

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