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.

Comments

mradcliffe’s picture

Title: Add option to search by license key » Add license key exposed filter to default view, and remove dependency on uc_views
Status: Active » Needs review
StatusFileSize
new21.79 KB

This 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.