Index: /branches/camp/camp-2_5-C/data/class/pages/admin/products/LC_Page_Admin_Products_Product.php
===================================================================
--- /branches/camp/camp-2_5-C/data/class/pages/admin/products/LC_Page_Admin_Products_Product.php	(revision 19454)
+++ /branches/camp/camp-2_5-C/data/class/pages/admin/products/LC_Page_Admin_Products_Product.php	(revision 19461)
@@ -244,8 +244,6 @@
                 break;
             case 'preview':
-            	$objCartSess = new SC_CartSession();
-            	$objCartSess->addPreview($this->arrForm);
             	$_SESSION[preview] = $this->arrForm;
-                $this->tpl_onload = "window.open('URL_DIR . admin/products/product_preview.php','test','100','100');";
+                $this->tpl_onload = window.open('URL_DIR . admin/products/product_preview.php','test','100','100');
                 print_r($this);
                 $this->lfProductPage();
Index: /branches/camp/camp-2_5-C/data/class/SC_CartSession.php
===================================================================
--- /branches/camp/camp-2_5-C/data/class/SC_CartSession.php	(revision 19375)
+++ /branches/camp/camp-2_5-C/data/class/SC_CartSession.php	(revision 19461)
@@ -559,9 +559,4 @@
         unset($_SESSION['cartKey']);
     }
-    
-    function addPreview($form) {
-        $this->previewSession[preview] = $form;
-    }
-    
 }
 ?>
