Index: /temp/trunk/html/shopping/complete.php
===================================================================
--- /temp/trunk/html/shopping/complete.php	(revision 6946)
+++ /temp/trunk/html/shopping/complete.php	(revision 6948)
@@ -72,5 +72,5 @@
 	$total = $objQuery->get("dtb_order", "total", "order_id = ? ", array($order_id));
 	if($total != "") {
-		$objPage->tpl_aff_option = "total=$total";
+		$objPage->tpl_aff_option.= "|total=$total";
 	}
 }
