Prior to making any Submission(s), you must sign an Adobe Contributor License Agreement, available here at: https://opensource.adobe.com/cla.html. All Submissions you make to Adobe Inc. and its affiliates, assigns and subsidiaries (collectively “Adobe”) are subject to the terms of the Adobe Contributor License Agreement.
Create following products in it:
!screenshot-1.png|thumbnail!
Open category on Storefront and sort by position DESC:
!screenshot-2.png|thumbnail!
Expected Result:
Order should be following:
first>eighth>seventh>sixth>fifth>fourth>third>second.
When sorting "By position DESC", products on the same position should be sorted by Product ID descending as well.
When sorting "By position ASC", products on the same position should be sorted by Product ID ascending as well.
Actual Result:
Order should be following:
first>second>third>fourth>fifth>sixth>seventh>eighth.
___
Steps To Reproduce:
Expected Result: Order should be following: first>eighth>seventh>sixth>fifth>fourth>third>second.
When sorting "By position DESC", products on the same position should be sorted by Product ID descending as well. When sorting "By position ASC", products on the same position should be sorted by Product ID ascending as well.
Actual Result: Order should be following: first>second>third>fourth>fifth>sixth>seventh>eighth. ___