diff --git a/CatalogDataExporter/Model/Query/ProductMetadataQuery.php b/CatalogDataExporter/Model/Query/ProductMetadataQuery.php index 74e87ee..0fb860a 100644 --- a/CatalogDataExporter/Model/Query/ProductMetadataQuery.php +++ b/CatalogDataExporter/Model/Query/ProductMetadataQuery.php @@ -91,7 +91,7 @@ public function getQuery(array $arguments): Select 'required' => 'eav.is_required', 'unique' => 'eav.is_unique', 'global' => 'cea.is_global', - 'visible' => 'cea.is_visible', + 'visible' => 'cea.is_visible_on_front', 'searchable' => 'cea.is_searchable', 'filterable' => 'cea.is_filterable', 'visibleInCompareList' => 'cea.is_comparable',