Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/colinmollenhour/cm_orderproducts
Add Product SKUs or Names column to the Magento Orders Grid
https://github.com/colinmollenhour/cm_orderproducts
Last synced: 16 days ago
JSON representation
Add Product SKUs or Names column to the Magento Orders Grid
- Host: GitHub
- URL: https://github.com/colinmollenhour/cm_orderproducts
- Owner: colinmollenhour
- Created: 2012-03-03T08:13:56.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2021-04-12T17:10:31.000Z (over 3 years ago)
- Last Synced: 2024-10-03T12:38:36.092Z (about 1 month ago)
- Language: PHP
- Homepage: http://colin.mollenhour.com/2012/03/03/view-and-filter-orders-grid-with-product-sku/
- Size: 29.3 KB
- Stars: 36
- Watchers: 9
- Forks: 14
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Description
This module adds a "Products Ordered" column to the Magento orders grid. It can be configured to
display either SKUs or Names and will display the quantities ordered in both cases. The column
can be used to filter orders to only those that contain matching SKUs or names depending on configuration.# Installation
1. If [modman](https://github.com/colinmollenhour/modman) is not yet installed, install it and run `modman init` in the Magento root.
2. Run `modman clone Cm_OrderProducts git://github.com/colinmollenhour/Cm_OrderProducts.git`# Known Issues
* When filtering by sku/name, the pager shows the full count rather than the filtered count and only
the matching products are shown in the column.# Author
[Colin Mollenhour](http://colin.mollenhour.com/)