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

Default Sorting by 'Position' not working #25

Open
MagePsycho opened this issue Jul 8, 2014 · 0 comments
Open

Default Sorting by 'Position' not working #25

MagePsycho opened this issue Jul 8, 2014 · 0 comments

Comments

@MagePsycho
Copy link

When we have this extension installed, default sorting by position doesn't work.
Any idea how to tweak for this? Also sort by created_at only works if we use the following sql update:
UPDATE catalog_eav_attribute
SET used_for_sort_by = 1,
is_searchable = 1
WHERE attribute_id = (
SELECT attribute_id FROM eav_attribute WHERE entity_type_id = (SELECT entity_type_id FROM eav_entity_type WHERE entity_model = 'catalog/product') AND attribute_code = 'created_at');

is_searchable = 1 --> is important

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

1 participant