VirtueMart Forum

VirtueMart 2 + 3 + 4 => Product pricing => Topic started by: patben on February 24, 2015, 18:06:35 PM

Title: Default sort by depenting on category
Post by: patben on February 24, 2015, 18:06:35 PM
Hi

I want to have different sort by option for each category. I know that i have to edit models/product.php, but i dont know what changes i have to do. I want to use some code like that
if category_id ='1'  .....
else if ........
etc.

virtuemart 2.6.x
Thanks