Index: branches/5.2.x/units/orders/orders_tag_processor.php =================================================================== diff -u -N -r14641 -r14702 --- branches/5.2.x/units/orders/orders_tag_processor.php (.../orders_tag_processor.php) (revision 14641) +++ branches/5.2.x/units/orders/orders_tag_processor.php (.../orders_tag_processor.php) (revision 14702) @@ -1,6 +1,6 @@ Application->ParseBlock( array('name' => $element), 1 ); + foreach ($totals as $type) { + $element = getArrayValue($params, $type . '_render_as'); + + if ( $element ) { + $o .= $this->Application->ParseBlock(array ('name' => $element), 1); } } + return $o; }