2024-06-13, 06:35:23
(2024-06-13, 05:06:43)roisag Wrote: On frontend everything works fine.
I figured out that items custom order for section is stored in order.txt file. I have 10 items in section so after saving custom order of items plugin created this file that in my case contains string "5,6,9,7,8,4,3,2,0,1". But after adding another one item to section order.txt file is not updated. So we have 11 items in section but order.txt still contains only 10 and I think that is the problem. If custom order is detected after adding new item it shoud be placed as first or the last element of the list I think.
Yes, I believe you are right.
So after adding the 11th, you would need to save order again, otherwise it does not update the list.
I kind of think that it lists/sorts them by alphabetical by default, instead of the order entered.
I will mess with this a bit more to confirm, to see if a solution can be made.