=== WooCommerce User Switching ===
Contributors: krokedil
Tested up to: 2.8
License: GPLv2 or later

Enables users with a certain role to switch between other users on frontend. 

Enables, amongst other, to let certain users shop on behalf of other users in WooCommerce. 

== Description ==
When activated the plugin creates a new role. Then users who belong to this role can switch between other users when logged in on front-end. 

Great way for letting users control other users account. For example b2b based commerce sites. 

== Installation ==
Simple installation: 
 - activate plugin, 
 - Define your own labels 
 - Set which roles the user can choose amongst
 - Add shortcode [change_logged_in_user_select] to content or the following to a template file: 

if(!isset($_krokedil_change_user) || get_class($_krokedil_change_user) != "Krokedil_ChangeLoggedInUser")	{
	$_krokedil_change_user = new Krokedil_ChangeLoggedInUser();
}
echo $_krokedil_change_user->userSelect();