VirtueMart Forum

VirtueMart 2 + 3 + 4 => General Questions => Topic started by: ttanidis on November 14, 2022, 10:38:25 AM

Title: How to change the sort order for one single category
Post by: ttanidis on November 14, 2022, 10:38:25 AM
Hello,


In Joomla 3.10.11, PHP 7.4.33 and VM 4.0.6 I want to ask a question about product sorting.


I want to change the sort order for one single category not for all categories (Configuration - Product Sorting and Search Settings - Default product sort order).



As far as I know VM does not have this feature.


Does anyone know if there is a plugin?


Thanks.
Title: Re: How to change the sort order for one single category
Post by: pinochico on November 15, 2022, 02:06:24 AM
create override template for category view
find code for sorting - maybe core function?
add hack - condition for your catgory ID
add hack - change sorting

Or create VM custom plugin and put override model or function there, with category ID from plugin setup