Skip to content

Commit

Permalink
VCST-1541: do not index variation as hidden by default (#735)
Browse files Browse the repository at this point in the history
  • Loading branch information
ksavosteev authored Aug 13, 2024
1 parent 734831c commit 1188380
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,6 @@ protected virtual string GetProductStatus(CatalogProduct product)
private static bool IsVisible(CatalogProduct product)
{
return
product.MainProductId == null &&
product.IsActive == true &&
product.ParentCategoryIsActive;
}
Expand Down

0 comments on commit 1188380

Please sign in to comment.