Publishing problems- sort order and conditional visibility

Hi Webflow community!

My client has a CMS collection page where they are showing dance classes and some of the classes have “Sale” tag. I have two problems related to these collection pages:

  1. Product/Dance Class names do not show up alphabetically (A-Z). I have added Sort Order to Alphabetical and it works fine on Design view. But after the publish sort order does not work and I have no idea why.
  2. Sale Tag and Sale price does not show up. I added conditional visibility to class price (if class is on sale, it shows the sale price etc.). Everything seems right while I’m in the Design view, but after publishing the site my edits won’t show up.

I’m using product component as a card, so my guess is that this have something to do with component itself. What might be the problem?

Thanks in advance!


Here is my site Read-Only: [LINK]
Here is the webflow dot io link

To fix the sorting issue, ensure Sort Order is set to Alphabetical (A-Z) in the Collection List Settings, republish the site, and clear your browser cache; if the issue persists, check for conflicting custom code or filters affecting the order. For the Sale Tag and Sale Price visibility issue, confirm that conditional visibility is correctly set, the CMS field values are properly linked, and that the product component settings don’t have restrictions try re-adding the elements inside the component or testing with a new CMS entry. If the problem continues, check the Webflow Editor (not just Designer) to verify that CMS data is appearing correctly. If you need further assistance, please feel free to connect.

Webflow does a database-level sort, so watch out for leading spaces and capitalization, it will affect the sort.

But, my rule for any WYSIWYG designer is that what you see on the screen must match what is published, so I’d file a support ticket regardless.

Outside of that, I’ve seen other reports of issues with sorting recently. You can sort easily using a library like SA5 Sort, and it supports localized sorting as well.

At a glance yes that looks like a bug also. In the HTML there is no sign of your conditionally visible element.

You’ll want to contact Webflow support regarding that.