This thread has helped me very much
I am able to accomplish getting the regular / sale price of products but only for products without product options.
My price is the same but I sell product that can be ordered in different sizes: small/medium/large
So for those products with variations,
$sale = get_post_meta( get_the_ID(), ‘_sale_price’, true);
is not getting me the sale price.