osCommerce and osCMax shopping cart software forums

Shopping Cart Software

osCommerce with teeth!

 
 

Searching in admin for Products Model

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 ...


Go Back   osCommerce and osCMax shopping cart software forums > osCMax v1.7 Forums > osCMax v1.7 General Mods Discussion

Register FAQ Members List Calendar Mark Forums Read


Free community membership! Fast easy FREE membership
Closed Thread

 

LinkBack Thread Tools
  #1  
Old 02-19-2005, 10:26 AM
New Member
 
Join Date: Feb 2005
Posts: 11
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
modMan7
Default Searching in admin for Products Model

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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Sponsored Links
Advertisement
  #2  
Old 02-19-2005, 12:08 PM
michael_s's Avatar
osCMax Developer

 
Join Date: Jul 2002
Location: Phoenix, AZ
Posts: 10,446
Thanks: 73
Thanked 334 Times in 313 Posts
Rep Power: 10
michael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond repute
Default RE: Searching in admin for Products Model

try:
http://www.oscommerce.com/community/...search+product
__________________
Michael Sasek
osCMax Developer


  • osCMax Templates - Hundreds of premium quality templates. New designs every month!

  • xShop for osCMax - Windows Based osCMax administration. Improved workflow, security, speed and convenience.

  • osCMax Hosting - From basic hosting to High Availability, Load Balanced arrays, the most experienced osCMax host.

  • osCMax Template Tutorial - Learn how to make your own custom templates and how to use the powerful features of the osCMax template system.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #3  
Old 02-19-2005, 05:30 PM
New Member
 
Join Date: Feb 2005
Posts: 11
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
modMan7
Default RE: Searching in admin for Products Model

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");
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Sponsored Links
Advertisement
Closed Thread

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads

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


All times are GMT -8. The time now is 11:33 PM.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO
http://www.oscmax.com/forums/
Copyright 2008 osCMax