CMS collection item is out of order

Odd issue on our CartGenie integrations page: Integrations | CartGenie for Webflow

The CMS collection is sorted by (attached):

  • Coming Soon = off
  • Alphabetical (A → Z)

But the “iDeal” item is sorting after Z when it should be after H.
It previously used to be set to “coming soon” but is not anymore and has been published. So not sure what is causing the issue.


Thoughts?

Read only link

When sorting Collection List items in Webflow, the sorting is case-sensitive. That means uppercase letters (like “Apple”) will come before lowercase ones (like “apple”), even if the words are otherwise identical.

So if your list looks out of order, it’s probably because of mixed casing.

The Fix: To keep things tidy, try normalizing the text (all lowercase or all capitalized) in your CMS, or use a separate field specifically for sorting.

Wow - you’re right.

That is really dumb! lol.

Thanks!

Or use SA5 sort. It handles it properly, including specific locales.

Advanced Element Sorting ❺ | SA5 | Sygnal Attributes | Designed for Webflow

1 Like