Single page price troubles
<?php
global $post;
$product = new WC_Product($post->ID);
echo woocommerce_price($product->get_price());
?>
So be sure that in your wp theme all is ok there, because there is exists wp themes with wrong woo php code there ...