Attributes Search
for osCommerce Online Merchant v2.2
One of our carts has over 500 attributes that are displayed, and finding one is more of a guessing game of clicking on a page number and pinpointing the one you want to find.
So I created a simple search method to admin/product_attributes.php to search the product names for specific products so you can edit attributes for it.
This is very ad hoc at the moment, so if you want to edit/improve upon it, I BEG you to do so!
Legend: 
Download

Report
Firstavail, thanks for this mod. It was in my todo list for a while but I never get the time to do it.
This version includes the QTpro and Attributes Sort Order, as I use then in my store, so many people, I think.
all credit goes to originals authors.
What this mod does:
1. Lists products attributes by model number and not by product name. This make it easier to find your way around especially when you have to products with the same name
2. Search can be performed by entering the model number is the search bar and hitting the ENTER key on your keyboard rather than having to click the SEARCH button with your mouse. This is how it usually is with OSC
3. After adding a new product attribute you wil not have to go back to the search bar and search again inorder to enter a new attribute. The previous search remains in effext. This allows you to easily enter all products attributes for a specific product without having to perform the same search over and over again.
4. Easy to install. Just replace admin/products_attributes.php with the file in this mod.
Sorry, there was another bug with the DELETE button. It was there but didn't do anything.
Fixed now & tested.
Original inspiration for this mod was to relieve problems caused by having many products. Hence the search possibility to list only product attributes for relevant products. Still, when adding an attribute, one had to select a product from a drop-down list, which included ALL the products. No more! Now you select only from relevant products.
There seemed to be some problems with using James' code with MS2.
So this should work, I also redid the search to search by products_model.
I would like to add a 'Search By' but that'll come later. This is a godsend for anyone with many products and attributes.
One of our carts has over 500 attributes that are displayed, and finding one is more of a guessing game of clicking on a page number and pinpointing the one you want to find.
So I created a simple search method to admin/product_attributes.php to search the product names for specific products so you can edit attributes for it.
This is very ad hoc at the moment, so if you want to edit/improve upon it, I BEG you to do so!