Index: /mods/wpsg_mod_productvariants.class.php
===================================================================
--- /mods/wpsg_mod_productvariants.class.php	(revision 6143)
+++ /mods/wpsg_mod_productvariants.class.php	(revision 6144)
@@ -1087,5 +1087,5 @@
 		
 				//return $this->shop->render(WPSG_PATH_VIEW.'/mods/mod_varianten/produkt.phtml', false);
-				//return $this->shop->render(WPSG_PATH_VIEW.'/mods/mod_productvariants/productTemplate.phtml', false);
+				return $this->shop->render(WPSG_PATH_VIEW.'/mods/mod_productvariants/produkt.phtml', false);
 				
 			}
Index: /views/order/index.phtml
===================================================================
--- /views/order/index.phtml	(revision 6143)
+++ /views/order/index.phtml	(revision 6144)
@@ -130,4 +130,5 @@
 
 	<div class="content">
+		<form method="post" action="<?php echo WPSG_URL_WP; ?>wp-admin/admin.php?page=wpsg-Order&noheader=1" enctype="multipart/form-data">
 
 		<?php if (is_array($this->view['arData']) && sizeof($this->view['arData']) > 0) { ?>
@@ -262,5 +263,4 @@
 
             <div class="alignleft actions">
-
                 <select name="wpsg_action" id="wpsg_action">
                     <option value="-1"><?php echo __('Aktion wÃ€hlen', 'wpsg'); ?></option>
@@ -306,5 +306,6 @@
 
 		<?php } ?>
-
+		<input id="noheader1" type="hidden" name="noheader1" value="1" />
+		</form>
 	</div>
 
