It is possible to have the Wordpress header load in the Zen Cart header.

The gist of it is that you add get_header(); between the stylesheets and javascript in html_includes.php file.

After that has been done, you take get_header(); out of all your themes page, archive, single, index files. You may need to modify header.php in that directory to work correctly.