[Allowing customer access to WP Admin] Enable the admin bar for all users in WordPress / WooCommerce
/* Code goes in theme functions.php */
add_filter( 'woocommerce_prevent_admin_access', '__return_false' );
add_filter( 'woocommerce_disable_admin_bar', '__return_false' );