Replies: 1
I am trying to implement a feature that displays sale products and its categories.
Currently, I am getting all categories that doesn’t contain sale as well as sell.
How do I get categories that only contains sale.
For example: There are 3 categories: A, B, & C
Categories A and B has 5 products on sale. But, C doesn’t have any products on sale.
So, I want to get only A and B.