My site is running on magento 2.4 CE with elastic search. I've been adding products and checking various features of magento. trying to create a group of customers whom i can give discounts on products. But user from new group cant find any product on website.
Hello @raheelkhan823c
Can you please tell me which details are you added to the product data?
Is the product is displayed for a normal customer group?
How do you filter the products for special customer groups?
Because customer groups are linked to the product price indexes via an inner join if the indexes are not available or complete then no products will show for that particular customer group.
To fix this reindex the product price index via the CLI shell script:
php shell/indexer.php reindexall