There are actually not identical. As the products do not sit in the content body properly.
I ended up deleting all code out of my functions.php then I duplicated my page.php file, renamed it woocommerce.php and uploaded it to my theme folder.
I then Deleted the code:
'<?php get_template_part('loop', 'page'); ?>'
and added:
'<?php woocommerce_content('loop', 'page'); ?>'
That is where both links currently stand. It's not pretty, but it functions.