/**
* Implements hook_toolbar_alter().
*/
function {{ machine_name }}_toolbar_alter(&$items) {
// Move the User tab to the right.
$items['commerce']['#weight'] = 5;
}