Contributions
Admin Sort by products_model
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 women’s 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.
Expand All / Collapse All
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.
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.
Added German translation (WOW! 1 Word ;] )
Fixed an error in the installation instructions
Added 2nd variant for changes in the SQL queries. The original does not work for me but i am not sure is it original MS 2.2 or maybe i changed it for another contribution. Howewer it works now for me and maybe for you. Please pay attention on every sign of the code and backup the files before you begin your work.
Regards Christian
I couldn't get the file to work with my verison (MS 2)
so here's one that worked for me
Fixed mistake in location products_model is displayed
Fixed comment type from php to html style in 3 sections
Added comments to sql query change
Correction in 2nd line added to categories.php - Spotted By Stuart Owens. Thx!
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 women’s 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.
Note: Contributions are used at own risk.