Community Add-Ons
Admin Sort by products_model
for osCommerce Online Merchant v2.2
This is a very minor contribution, but something that I find useful.
Basically it allows you to see the product model numbers in the admin
category/product listing, and also sorts by model number.
I work on a site that sells womens clothing, and has many products
by different vendors that have very similar names.
The changes in this contribution just saves me time while looking for
a specific product to edit. This should work with most snapshots.
I have tested it with one from mid August 2002, November 2002, and January 16, 2003.
Legend:
Download
Report
Sorry, i forgot to pack the new file in the Zip archive. Now it ist the right.
There is an error in the file below in Variant 2 of the SQL queries. Please Change
if ($HTTP_GET_VARS['search']) {
in
if (isset($HTTP_GET_VARS['search'])) {
or download the file here.
