I found product price which is showing on the single product page. And it's coming form default.phtml file inside Catalog/product/price/amount/default.phtml.
This code is using
<?php echo $block->getDisplayValue(); ?>
to display the price in that file.
Now i want to show this price in my product list page and when i am trying this code, show the product price. I am getting $0.00 ?
Can anyone tell me why this happening ?