Hi,
I have a weird issue, product with price more than 99.99 are not showing in my category listing page. but it is shown in search .
Please help!!!
The issue is in magento 2.1.5 CE.
@Maddy123456789 - Seems like price indexer is not done successfully on your store.
Kindly check status of indexer by running this command php bin/magento indexer:status
Check Product Price indexer status.
if its showing indexer is required - kindly run command php bin/magento indexer:reindex
If you have already done this - let us know so it helps us to troubleshoot more
HI,
@Manthan Dave i have done that and indexer status is showing ready state.
I have added a product in my store with price 599 and assigned a category to it, But when i see the product listing page of that category,this product is not shown.
But when i search it, it is showing in search and its detail page is working fine.
And again if i change the price to 99 than i can see the product in product listing of the perticular category.
Solved the issue, It was my one of the extension condition
@Maddy123456789 - Glad to know that you have resolved your issue , Keep helping