CRE Loaded Community

Banner


Board index » Web Design and Development » Development Discussions

All times are UTC - 5 hours




Post new topic Reply to topic  [ 3 posts ] 
Author Message
 Post subject: Customer Groups in alphabetical order?
PostPosted: Tue Nov 01, 2011 4:53 pm 
Offline
CRE Freak

Joined: Sat Aug 01, 2009 9:54 am
Posts: 36
Cart Version: B2B 6.4.2

On the /admin/customers.php page when click I edit a customer's account, is there a way to set the Customer Groups to always display in alphabetical order on that page rather than in order by date created? I've got over a few dozen Groups and its that much harder to find the group I need to place that customer in when its as disorganized as it is now.

how it displays now:
Image


Top
 Profile  
 
 Post subject: Re: Customer Groups in alphabetical order?
PostPosted: Wed Nov 02, 2011 5:31 am 
Offline
CRE Talented

Joined: Sun Nov 29, 2009 10:57 am
Posts: 352
I think, in Admin - customers.php, find around line 375 the following:
Code:
    $existing_customers_query = tep_db_query("select customers_group_id, customers_group_name from " . TABLE_CUSTOMERS_GROUPS . " WHERE group_status = '1' and group_access = '1' order by customers_group_id ");


And replace with:
Code:
    $existing_customers_query = tep_db_query("select customers_group_id, customers_group_name from " . TABLE_CUSTOMERS_GROUPS . " WHERE group_status = '1' and group_access = '1' order by customers_group_name ");

_________________
CSS Store - http://mdjl40.mdjl-demo.co.uk -Work in Progress
YMM Filter Lists - http://mdjl-demo.co.uk/6-4-1a -Pagnation/Filter Lists


Top
 Profile  
 
 Post subject: Re: Customer Groups in alphabetical order?
PostPosted: Thu Nov 03, 2011 3:22 pm 
Offline
CRE Freak

Joined: Sat Aug 01, 2009 9:54 am
Posts: 36
Perfect!

Thank you, Lango!


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

Board index » Web Design and Development » Development Discussions

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:  
It is currently Thu May 17, 2012 8:55 am
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group

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