It just asked to create an account password without asking to create an account. Needs fixed if their is to be guest checkouts. Code is located here: wp-content/themes/woopress/woocommerce/checkout/form-billing.php
Looks like line 38:
<?php if ( $checkout->is_registration_required() ) : ?>
needs conditional is not
and the
<?php endif; ?>
needs to go after the foreach
Thanks