-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Description
Im not sure if it was always that way or just changed at some point, but currently when we open category page, sorting dropdown i set in 'latest' position. It looks like sorting by 'latest' is applied by default. But in fact it is not - default sorting is diffrent than 'latest'.
Other problem is, that user who actually want sort by 'latest', cannot do that directly, as this option is initialy unclickable (which is another suggestion that this sorting is already applied). He needs to switch to other sorting method and then select 'latest' again.
Expected behavior
In default position (before 1st use), sorting dropdown should contain something like "Sort by": position. Clearly informing user what is the purpose of this element, and not suggesting, than any way of sorting was already applied.
OR
2nd approach to this problem (IMHO less UX friendly) would be to actually do what current display suggest - show category page sorted by default by 1st position on the list (in this case 'latest') . But im not quite sure it would be correct. Decision will be needed here @pkarw
Steps to reproduce the issue
- Open any category page, look at the sorting dropdown
- Click on it, and try to apply sorting by 'latest'
Repository
All
Can you handle fixing this bug by yourself?
- YES
- NO
Which Release Cycle state this refers to? Info for developer.
Pick one option.
- This is a bug report for test version on https://test.storefrontcloud.io - In this case Developer should create branch from
developbranch and create Pull Request2. Feature / Improvementback todevelop. - This is a bug report for current Release Candidate version on https://next.storefrontcloud.io - In this case Developer should create branch from
releasebranch and create Pull Request3. Stabilisation fixback torelease. - This is a bug report for current Stable version on https://demo.storefrontcloud.io and should be placed in next stable version hotfix - In this case Developer should create branch from
hotfixormasterbranch and create Pull Request4. Hotfixback tohotfix.
Environment details
- Browser:latest chrome
- OS: Ubuntu 18.04
