Search X / Facets / Filters / Color Swatches

Color Swatches

Show matched color thumbnails for this facet. This would be applicable to either variant option option_0, option_1, or option_2. It depends to which variant option position you use for color.

Search X Facets Swatches


 

Applicable Facet Fields

Facet Field Applicable To Description
option_0 products First variant option on product.
option_1 products Second variant option on product.
option_2 products Third variant option on product.


 

Option Field Allowed Values
colors false (default), true

~CE

<script>
  window.sx_results = {
    options: {
      facets: {
        option_0: {
          label: 'Colors',
          colors: true,
          filter_exclude: '\\$|[0-9]'
        }
      }
    }
  }
</script>
HTML