Community Add-Ons

Maintainers: geoffreywalton
Add file to this package
Top » Features

Admin: Model No on Category / Product Administration Screen
for osCommerce Online Merchant v2.2

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.

Legend:  Download   Report
Expand All / Collapse All
Bug fix for the last version sumon 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 akunamachata 24 Mar 2009  
Short by products status akunamachata 24 Mar 2009  
Add Column Title geoffreywalton 14 Dec 2008  
Admin: Model No on Category / Product Administration Screen geoffreywalton 11 Nov 2008