Index: /mods/wpsg_mod_converter.class.php
===================================================================
--- /mods/wpsg_mod_converter.class.php	(revision 6558)
+++ /mods/wpsg_mod_converter.class.php	(revision 6559)
@@ -27,5 +27,5 @@
 			parent::__construct();
 			
-			$this->name = __('Converter', 'wpsg');
+			$this->name = __('Konverter', 'wpsg');
 			$this->group = __('Sonstiges', 'wpsg');
 			$this->desc = __('ErmÃ¶glicht die Konvertierung von WPSG3 nach WPSG4.', 'wpsg');
Index: /views/mods/mod_kundenverwaltung/index.phtml
===================================================================
--- /views/mods/mod_kundenverwaltung/index.phtml	(revision 6558)
+++ /views/mods/mod_kundenverwaltung/index.phtml	(revision 6559)
@@ -16,5 +16,5 @@
 			<div class="collapse navbar-collapse" id="bs-customer-navbar-collapse-1">
 				<ul class="nav navbar-nav">
-					<li role="presentation" class="wpsg-customer-tab-a active"><a href="#" onclick="return false;"><?php echo wpsg_translate(__("Kundenverwaltung (#1# Kunden)", "wpsg"), $this->view['countAll']); ?></a></li>
+					<li role="presentation" class="<?php echo ((!isset($_REQUEST['action']))?'active':''); ?>"><a href="<?php echo WPSG_URL_WP; ?>wp-admin/admin.php?page=wpsg-Customer" onclick="return false;"><?php echo wpsg_translate(__("Kundenverwaltung (#1# Kunden)", "wpsg"), $this->view['countAll']); ?></a></li>
 					<li role="presentation" class="wpsg-customer-tab-a wpsg_showhide_filter <?php echo ((wpsg_isTrue($this->view['hasFilter']))?'activexxxx':''); ?>" id="wpsg-customer-tab-0"><a href="#" onclick="return false;"><span class="glyphicon glyphicon-search"></span><?php echo __("Suche", "wpsg"); ?></a></li>
                     <li role="presentation" class="<?php echo ((wpsg_isSizedString($_REQUEST['action'], 'add'))?'active':''); ?>"><a href="<?php echo WPSG_URL_WP; ?>wp-admin/admin.php?page=wpsg-Customer&action=add"><span class="glyphicon glyphicon-plus"></span><?php echo __("HinzufÃŒgen", "wpsg"); ?></a></li>
Index: /views/order/index.phtml
===================================================================
--- /views/order/index.phtml	(revision 6558)
+++ /views/order/index.phtml	(revision 6559)
@@ -19,5 +19,5 @@
 			<div class="collapse navbar-collapse" id="wpsg-bs-headermenu">
 				<ul class="nav navbar-nav">
-					<li role="presentation" class="wpsg-order-tab-a active"><a href="#" onclick="return false;"><?php echo __("BestellÃŒbersicht", "wpsg"); ?></a></li>
+					<li role="presentation" class="<?php echo ((!isset($_REQUEST['action']))?'active':''); ?>"><a href="<?php echo WPSG_URL_WP; ?>wp-admin/admin.php?page=wpsg-Order" onclick="return false;"><?php echo __("BestellÃŒbersicht", "wpsg"); ?></a></li>
 					<li role="presentation" class="wpsg_showhide_filter wpsg-order-tab-a <?php echo (($this->view['hasFilter'] === true)?'activexxxx':''); ?>" id="wpsg-order-tab-0"><a href="#" onclick="return false;"><span class="glyphicon glyphicon-search"></span><?php echo __("Suche", "wpsg"); ?></a></li>
                     <?php foreach ($this->view['tabs']['left'] as $k => $tab) { ?>
Index: /views/warenkorb/ajaxDialog.phtml
===================================================================
--- /views/warenkorb/ajaxDialog.phtml	(revision 6558)
+++ /views/warenkorb/ajaxDialog.phtml	(revision 6559)
@@ -40,8 +40,13 @@
 			<br />
 			<?php echo wpsg_translate(
-				__('Im Warenkorb befinden sich jetzt #1# Produkt(e) zu #2#.', 'wpsg'),
-				$arBasket['menge'],
+				__('Im Warenkorb befinden sich jetzt #1# Produkt(e).', 'wpsg'),
+				$arBasket['menge']
+			); ?>
+			<br />
+			<?php echo wpsg_translate(
+				__('Der Gesamtpreis (inkl. Versand) bebetrÃ€gt jetzt #1#.', 'wpsg'),
 				wpsg_ff($arBasket['sum']['preis_gesamt'], $this->get_option('wpsg_currency'))
 			); ?>
+			
 		</div>
 		<div class="wpsg_clear"></div>
@@ -104,4 +109,2 @@
 	<div class="wpsg_clear"></div>
 </div>
-
- 
