VirtueMart Forum

VirtueMart 2 + 3 + 4 => Virtuemart Development and bug reports => Topic started by: dave4gsi on March 27, 2012, 10:25:39 AM

Title: getNeighborProducts products ordering/sorting bug
Post by: dave4gsi on March 27, 2012, 10:25:39 AM
/pgs/administrator/components/com_virtuemart/models/product.php

public function getNeighborProducts($product ,$onlyPublished = true, $max=1) {

the above function doesn't bring the products in the order ( in the admin all the products in category are working properly when sorting is applied) but no effect on the front end (sorting is applied according to the slug. it's suppose to be according to the order selected in the admin->config->product order sorting).

please help.

thanks in advance.