This is a discussion on Searching in admin for Products Model within the osCMax v1.7 General Mods Discussion forums, part of the osCMax v1.7 Forums category; Is there a way to search from the admin section in max and find the products number of a product ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| |||
| |||
| Is there a way to search from the admin section in max and find the products number of a product or search a description item? I often have to lookup a product with the Products Model number (stock number), but since it is not in the Description, there is no way to find it in Admin? Any mod suggestions? D |
| Sponsored Links | ||
| ||
|
#2
| ||||
| ||||
|
__________________ Michael Sasek osCMax Developer
|
|
#3
| |||
| |||
| THANK YOU! One quick follow up. I noticed that the code that I had to enter would not search the descriptions as well, any suggestions what to add to this so that the admin search will search descriptions also? Below is contribution code added. Also, is there a way to use this search field to search for customer's telephone number, street address or last name, first name? We have 800 smiths.... Thanks. $products_query = tep_db_query("select p.products_id, p.products_model, pd.products_name, p.products_quantity, p.products_image, p.products_price, p.products_date_added, p.products_last_modified, p.products_date_available, p.products_status, p2c.categories_id from " . TABLE_PRODUCTS . " p, " . TABLE_PRODUCTS_DESCRIPTION . " pd, " . TABLE_PRODUCTS_TO_CATEGORIES . " p2c where p.products_id = pd.products_id and pd.language_id = '" . (int)$languages_id . "' and p.products_id = p2c.products_id and (pd.products_name like '%" . tep_db_input($search) . "%' or p.products_model like '%" . tep_db_input($search) . "%') order by pd.products_name"); |
| Sponsored Links | ||
| ||
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Admin orders - Display more characters in Model# field?? | JonCloud420 | osCMax v2 Features Discussion | 1 | 10-19-2006 08:06 PM |
| How can I speed up the searching of products? | Goweb | osCMax v2 Installation issues | 2 | 11-24-2005 01:50 PM |
| Searching Manu Turns up 0 | horsewhip | osCommerce 2.2 Modification Help | 1 | 09-01-2004 08:26 AM |
| Removing Products Model Brackets | jgkiefer | osCMax v1.7 Discussion | 1 | 09-23-2003 09:33 AM |
| Payment model problems | teddybear | osCommerce 2.2 Modification Help | 0 | 08-06-2003 12:32 PM |