Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sort by Position not working #1

Open
Quent6457 opened this issue Dec 18, 2018 · 1 comment
Open

Sort by Position not working #1

Quent6457 opened this issue Dec 18, 2018 · 1 comment

Comments

@Quent6457
Copy link

Hi, Sort by category product position it's not working ?

@thomas-harding
Copy link

From the original stackoverflow post:

Replace the line

$result->setOrder($subject->getData('sort_by'), $direction);
with

$result->getSelect()->reset(\Zend_Db_Select::ORDER);
$result->addAttributeToSort($subject->getData('sort_by'), $direction);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants