What our requirement was, we needed to display products filtered via parent_id (its self referencing product id) so we added parent_id fourth column in groupscatalog_product_idx and we wanted composite key to further extend and make parent_id part of composite primary key and display filter via
parent_id.
We also modify indexer because its gave us some errors. Kindly guide us how can we achieve this. Wanted to further extend your extension.
What our requirement was, we needed to display products filtered via parent_id (its self referencing product id) so we added parent_id fourth column in groupscatalog_product_idx and we wanted composite key to further extend and make parent_id part of composite primary key and display filter via
parent_id.
We also modify indexer because its gave us some errors. Kindly guide us how can we achieve this. Wanted to further extend your extension.