Kryptronic Software Support Forum

You are viewing this forum as a guest. Login to an existing account, or create a new account, to reply to topics and to create new topics.

#1 09-17-2014 08:59:58

dskowron
Member
Registered: 11-26-2008
Posts: 138

Back End Product Display Order

How do we change the order in which products are displayed in the admin section? I'm here:

Store>Catalog>Products

Or is it perfect the way it is and I need to accept it and shut up?

Offline

 

#2 09-17-2014 09:03:42

webmaster
Administrator
From: York, PA
Registered: 04-20-2001
Posts: 19798
Website

Re: Back End Product Display Order

Access Raw DB Admin and choose to update the core_tabledefs table.  Find the row with the 'tid' 'ecom_prod' and change it's 'torderby' value.  'tordeby' uses an SQL sort syntax.  Ie:

id ASC, name ASC, number DESC


Nick Hendler

Offline

 

#3 09-17-2014 15:28:41

dskowron
Member
Registered: 11-26-2008
Posts: 138

Re: Back End Product Display Order

Thanks

Offline

 

Board footer