On admin/store/products/license_keys, there are currently three filter options (Status, SKU, and UC Order ID). Sometimes we get support requests from customers, where they provide the license key but no other information. It would be nice to have a convenient way to find the order ID by searching for the license key.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 0001-1234880-by-mradcliffe.-Along-with-this-issue-is-to-r.patch | 21.79 KB | mradcliffe |
Comments
Comment #1
mradcliffeThis could have been done at any time by adding the filter to the view. I added it anyway in this patch.
Along the way I found that the official release of uc_views has been broken for a while, and that it has removed the uc_orders view table. Instead of relying on a inconsistent module, I'll remove the dependency and re-add things.