Sidebar does not display products variants

Hello team,

I have a problem displaying products in the Sidebar filter.

The sidebar filter does not show products that have 1 piece/variant.
I asked the support, they tell me that for some reason, since the collection has more than 100 different variants, that causes a problem in the filter.

Has anyone have this problem and how did they fix it?

Hi,

Hope following will help

  • Ensure that filter settings are correctly configured.
  • Update theme or filter app
  • Modify Filter Code
    Example of Code Adjustment
{% assign products_with_variants = collection.products | where: "variants.size", ">", 0 %}