Jump to content

AdminProduct sort


codochi

Recommended Posts

Try setting it after this:
 

if ($orderByPriceFinal == 'price_final')
{
$orderBy = 'id_'.$this->table;
$orderWay = 'ASC';
}

orderBy, to whatever column you need. Right after that comment. Please be aware this would override all sort by options. Otherwise have it check for orderBy being null

  • Like 1
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...