Filter issue
-
For configurable products, I want to show the 'variants' per category. I tried to change the 'join' to 'leftjoin' for getAll($categoryId = null) method in ProductRepository.php file of package webkul and it works. However, the filter still only works for the configurable products, not the variants.
Also, how can I make changes to override the methods in repository or controller with extension?
Can anyone help? Thanks in advance.
-
For displaying variants, you just need to enable it from the admin panel.
Just go to a specific variant product edit page and enable the
display individually
option.