All over square sorting is not currently done using a natural sorting algorithm, this means that you get things like this:
Item 1
Item 11
Item 12
Item 2
Item 23
Item 3
instead of
Item 1
Item 2
Item 3
Item 11
Item 12
Please implement natural sorting in item lists and online shop product listings.
HI, you can select Arrangement within the Editor as shown.
Here are the breadcrumbs and screenshot to apply.
Online Dashboard, Website, Edit Site, click on Page:Home, select Shop All, Item List, click Arrange & Add Items button, Arrangement, select your value, click back, Done.
Alphabetical sorting does not use a natural sorting algorithm which is what causes the problem I mention above.
Please see this article for what I'm talking about:
Natural sort order - Wikipedia
Square Community