Hi,
I am facing one problem regarding the ordering of the item no in the shopping cart.
The Details of the problem is as below-
Items for shopping cart xyz were added/created in following order:
material code: L018HBAH01 -> L018HBAH02 -> L018HBAH03 -> xx4 -> xx5 -> xx6 -> xx7 -> xx8 -> xx9
and user expected item numbers to be as below:
A- item number material code
0000000001 L018HBAH01
0000000002 L018HBAH02
0000000003 L018HBAH03
0000000004 L018HBAH04
0000000005 L018HBAH05
0000000006 L018HBAH06
0000000007 L018HBAH07
0000000008 L018HBAH08
0000000009 L018HBAH09
However, Shopping item numbers were assigned as below - which is the opposite order of how user added items:
B- item number material code
0000000001 L018HBAH09
0000000002 L018HBAH08
0000000003 L018HBAH07
0000000004 L018HBAH06
0000000005 L018HBAH05
0000000006 L018HBAH04
0000000007 L018HBAH03
0000000008 L018HBAH02
0000000009 L018HBAH01
Now user wants that item no should come like mentioned above A list.
Regards,
Sachin