Loaded Commerce Community

Banner


Board index » Loaded Commerce Support » Tips & Tricks

All times are UTC - 5 hours




Post new topic Reply to topic  [ 1 post ] 
Author Message
 Post subject: Search Tricks
PostPosted: Fri Feb 12, 2010 12:57 am 
Offline
CRE Newbie
User avatar

Joined: Thu Jun 11, 2009 4:47 pm
Posts: 12
I'm always hunting for simple tweaks to maximize my searching capabilities.

Here's new one: Admin> Products>Search> "Product ID"
Helps you find a product by Product ID number.

Very simple:

/admin/categories.php

Around line 3519 find

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 p.sort_order, pd.products_name");

line after:
and (pd.products_name like '%" . tep_db_input($search) . "%' or

add:
p.products_id like '%" . tep_db_input($search) . "%' or

In between first line and next lines:
p.products_model like '%" . tep_db_input($search) . "%')
ORDER BY p.sort_order, pd.products_name");


Finished it looks like this:

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_id like '%" . tep_db_input($search) . "%' or
p.products_model like '%" . tep_db_input($search) . "%')
ORDER BY p.sort_order, pd.products_name");


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 1 post ] 

Board index » Loaded Commerce Support » Tips & Tricks

All times are UTC - 5 hours


Who is online

Users browsing this forum: No registered users and 2 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
It is currently Wed May 23, 2012 7:12 pm
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group

Login

Forums Latest Activity

Top Listing

1. Cart2Cart - Shopping...
    Category: Shopping Cart Database Conversion Scripts
    
2. Points & Rewards PLUS!...
    Category: Add-Ons
    
3. Configuration Server...
    Category: Fixes
    
4. Credit Card with CCV
    Category: Payment Modules
    
5. CC7333_ATS
    Category: Templates
    
Show more...

© CRE Loaded is a product of Chain Reaction Ecommerce, Inc. Usage & Privacy Policy