B-219 Sec-55 Noida, India
+918010221733

Magento : Product list page wrong sorting by price

Magento : Product list page wrong sorting by price

When we install webtex_customergroupprice it has a bug when it sorts products

on product list page it is not correct. For this we need to change collections orderby.

We add

$collection->getSelect()->reset(Zend_Db_Select::ORDER)
->order(‘(min_price)’.$orderDir);

at the end of the function public function sortByPrice() in file “app/code/local/Webtex/Customer

GroupsPrice/Model/Observer.php”.

Refresh Cache and the sorting is perfect.

Enjoy!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

(Visited 55 times, 1 visits today)

Leave a reply

You must be logged in to post a comment.