Contributions

Features (Category Index)
Search: 

Admin: Model No on Category / Product Administration Screen

When displaying the products in a category only the description is displayed sometimes making the identification of the product to work on difficult.

This is because the description does not always uniquely identify a product and you could update the wrong product.

This contribution displays the product model on the Category /Product administration screen and puts the products into product model sequence, thus enabling you to find the correct product to administer.

Expand All / Collapse All

Bug fix for the last version 1 Jun 2009

this is base on "search by products model". Now,
you can search products model in the admin search.

in catalog/admin/categories.php

search:
------------------------------------------
p.products_id = p2c.products_id and pd.products_name like '%" .
tep_db_input($search) . "%'

Replace with
_________________
p.products_id = p2c.products_id and ( (pd.products_name like '%" . tep_db_input($search) . "%') or (p.products_model like '%" . tep_db_input($search) . "%') )

search by products model 24 Mar 2009
Short by products status 24 Mar 2009
Add Column Title 14 Dec 2008
Admin: Model No on Category / Product Administration Screen 11 Nov 2008

Note: Contributions are used at own risk.