Hello all;
My shop was not showing product price in list pages, for example search results, category list, etc.
In single product it works perfectly.
Can anyone help me?
Using Magento CE 2.3.6-p1 with PH 7.3
Hello @jonas_marques ,
There is no such configuration from admin in magento to hide price on listing page.
Change your theme to default Luma theme and check if the price is showing or not. if price is showing in Luma, then check it with your custom theme layout for listing page.
and if you are not able to see price in Luma as well, try to reindex price indexer by following command :
php bin/magento indexer:reindex catalog_product_price
Hope it helps !
Hello;
Thank you for your reply.
What layout file I have to check?
Take reference from here :
https://magento.stackexchange.com/a/198147
Hope it helps !
Hello;
Thank you for your reply.
This code was not applicable for my, because I do not have special price, just common price.
And also, in what file I need to put it?
Hi @jonas_marques,
Please run the following command:
php bin/magento indexer:reindex
Hope this can help you! Let me know if you need further assistance.
_________
If issue solved, Click Kudos & Accept as Solution.
According to your query prices not showing on the listing page issue is due to reindexing. Another reason might be due to the price block not rendering in the specific listing phtml file (Magento_Catalog/templates/product/list.phtml).
In order to provide a more accurate answer to your problem, we'll have to take a closer look at your issue. You can reach out to our support team at support@rolustech.com to discuss your problem in more detail. Feel free to check us out at https://www.rolustech.com/magento to learn more about our Magento related services