Hi Skandha,
I have already found the cause of the problem. The issue is in inc/woocommerce.php in the function catch_shop_header_mini_cart_refresh_amount($fragments).
There is:
$fragments[‘.site-header-cart .amount’] = ob_get_clean();
There should be:
$fragments[‘.site-header-cart .menu .amount’] = ob_get_clean();
Otherwise products prices are affected.
Please check from your side.
Regards,
Robert