VirtueMart Forum

VirtueMart 2 + 3 + 4 => General Questions => Topic started by: ExSpirit on July 10, 2015, 12:15:23 PM

Title: Double ORDER BY in list of product in category view
Post by: ExSpirit on July 10, 2015, 12:15:23 PM
Which file should I modify to ignore administrator settings for ordering and use custom in PHP file? I would like to use double sorting - (first by GTIN (EAN,ISBN) and second if more products use the same value, by Availability Date).
Title: Re: Double ORDER BY in list of product in category view
Post by: Milbo on July 10, 2015, 20:58:50 PM
The correct solution is a search plugin, which can modify the query.
Title: Re: Double ORDER BY in list of product in category view
Post by: ExSpirit on July 11, 2015, 18:41:09 PM
But wouldn't search show different layout display and different URL,...? I would just like to modify the current structure by this small tweek, I just don't know which file to modify to do that (Joomla 3.4.3 and VM3).