VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: Menace on February 09, 2015, 22:28:24 PM

Title: Customizing 'orderby'
Post by: Menace on February 09, 2015, 22:28:24 PM
Hello,

I am working on a site with VM 3.0.4 with Joomla! 3.3.6 and I am new to VM3.

Coming from VM2 I wonder where I can find the file that contains the div structure of the 'orderby' function. It used to be coded in the category.php itself but now it is called by $this->orderByList['orderby'].
Where can I find this and can override be used?

Title: Re: Customizing 'orderby'
Post by: GJC Web Design on February 09, 2015, 23:56:39 PM
called in components\com_virtuemart\views\category\view.html.php

$this->orderByList = $productModel->getOrderByList($this->categoryId);

administrator\components\com_virtuemart\models\product.php
function getOrderByList ($virtuemart_category_id = FALSE)