Index: /temp/branches/ec-cube-beta/data/Smarty/templates/campaign/index.tpl
===================================================================
--- /temp/branches/ec-cube-beta/data/Smarty/templates/campaign/index.tpl	(revision 11042)
+++ /temp/branches/ec-cube-beta/data/Smarty/templates/campaign/index.tpl	(revision 11046)
@@ -12,5 +12,8 @@
     	str = change_tag.item(i).id;
     	if (str.match('cart_tag_*')) {
-			ids += change_tag.item(i).id;
+    		var nama_id = change_tag.item(i).id;
+    		arrIds =  nama_id.split("_");
+    		
+			ids += arrIds[2];
     		if (count > 0) ids += '-';
 			count ++;
