I have code similar to the following in final_price.phtml. This code works to display my attribute value on product pages, but not in product listings. What do I need to do to get the same info in the product listing?
$product = $block->getSaleableItem();
$myAttribute = $product->getData('my_attribute');