The WooCommerce plugin removes the WordPress toolbar for non-logged in users, logged in subscribers and logged in customers. To re-add the toolbar, place the following code in the functions.php file of your theme:
remove_filter( 'show_admin_bar', 'wc_disable_admin_bar', 10, 1 ); show_admin_bar( true );