cancel
Showing results for 
Search instead for 
Did you mean: 

More filter options for Related Product search

Re: More filter options for Related Product search

I had the same issue and found a solution via database. After set Add to Column Options and Use in Filter Options to "Yes" in Advanced Attribute Properties, I had to update column is_visible_in_grid to "1" into table catalog_eav_attribute. Here's an example:

UPDATE `catalog_eav_attribute` SET `is_visible_in_grid`='1' WHERE  `attribute_id`=333;