Helga, you rock.
I used first suggestion, and in that case $price is an Array, whose [0] index is the price.
But when I try this on a product that's on sale, for example, it costed $3000 and now is $2000, $price[0] = 3000. How can I access the actual, discount price?