Index: /temp/branches/ec-cube-beta/data/Smarty/templates/campaign/index.tpl
===================================================================
--- /temp/branches/ec-cube-beta/data/Smarty/templates/campaign/index.tpl	(revision 10891)
+++ /temp/branches/ec-cube-beta/data/Smarty/templates/campaign/index.tpl	(revision 10968)
@@ -1,6 +1,14 @@
 <!--{*¥Ø¥Ã¥À¡¼ÆÉ¹þ*}-->
 <!--{include file=`$tpl_dir_name`/header.tpl}-->
+
+<form name="form1" id="form1" method="post" action="<!--{$smarty.server.REQUEST_URI|escape}-->">
+<input type="hidden" name="mode" value="cart">
+<input type="hidden" name="product_id" value="">
+
 <!--{*¥³¥ó¥Æ¥ó¥ÄÆÉ¹þ*}-->
 <!--{include file=`$tpl_dir_name`/contents.tpl}-->
+
+</form>
+
 <!--{*¥Õ¥Ã¥¿¡¼ÆÉ¹þ*}-->
 <!--{include file=`$tpl_dir_name`/footer.tpl}-->
Index: /temp/branches/ec-cube-beta/data/Smarty/templates/admin/contents/campaign_create_tag.tpl
===================================================================
--- /temp/branches/ec-cube-beta/data/Smarty/templates/admin/contents/campaign_create_tag.tpl	(revision 10962)
+++ /temp/branches/ec-cube-beta/data/Smarty/templates/admin/contents/campaign_create_tag.tpl	(revision 10968)
@@ -39,5 +39,5 @@
 <input name="anchor_key" type="hidden" value="">
 <input name="search_pageno" type="hidden" value="">
-<input type="hidden" name="campaign_id" value="<!--{$arrForm.campaign_id}-->">
+<input type="hidden" name="campaign_id" value="product_id">
 <!--{foreach key=key item=item from=$arrSearchHidden}-->
 	<input type="hidden" name="<!--{$key}-->" value="<!--{$item|escape}-->">
@@ -120,5 +120,5 @@
 			<td><!--{$arrProducts[cnt].product_code|escape|default:"-"}--></td>
 			<td><!--{$arrProducts[cnt].name|escape}--></td>
-			<td align="center"><a href="#" onClick="fnFormModeSubmit('form1', 'view', '', ''); return false;">·èÄê</a></td>
+			<td align="center"><a href="#" onClick="fnFormModeSubmit('form1', 'view', 'product_id', '<!--{$arrProducts[cnt].product_id}-->'); return false;">·èÄê</a></td>
 		</tr>
 		<!--¢¥¾¦ÉÊ<!--{$smarty.section.cnt.iteration}-->-->
Index: /temp/branches/ec-cube-beta/html/admin/contents/campaign_create_tag.php
===================================================================
--- /temp/branches/ec-cube-beta/html/admin/contents/campaign_create_tag.php	(revision 10967)
+++ /temp/branches/ec-cube-beta/html/admin/contents/campaign_create_tag.php	(revision 10968)
@@ -24,12 +24,5 @@
 // Ç§¾Ú²ÄÈÝ¤ÎÈ½Äê
 sfIsSuccess($objSess);
-/*
-// ¸¡º÷¥Ñ¥é¥á¡¼¥¿¤Î°ú¤­·Ñ¤®
-foreach ($_POST as $key => $val) {
-	if (ereg("^search_", $key)) {
-		$objPage->arrSearchHidden[$key] = $val;	
-	}
-}
-*/
+
 switch($_POST['mode']) {
 	
@@ -116,5 +109,10 @@
 	$arrProductClass = lfGetProductsClass($_POST['product_id']);
 	
-sfprintr($arrProductClass);	
+	// ¸¡º÷¥Ñ¥é¥á¡¼¥¿¤Î°ú¤­·Ñ¤®
+	foreach ($_POST as $key => $val) {
+		if (ereg("^search_", $key)) {
+			$objPage->arrSearchHidden[$key] = $val;	
+		}
+	}
 	$create_tag = "<a href=\"#\" onclick=\"fnFormModeSubmit('form1', 'cart', 'product_id', 404)\"><img src=\"images/top/button_03.jpg\" alt=\"¹ØÆþ¤¹¤ë\" width=\"138\" height=\"60\" border=\"0\" style=\"margin-left:10px;\" /></a>";
 	$objPage->tpl_create_tag = $create_tag;
