Index: branches/5.2.x/units/orders/orders_tag_processor.php =================================================================== diff -u -N -r14813 -r14816 --- branches/5.2.x/units/orders/orders_tag_processor.php (.../orders_tag_processor.php) (revision 14813) +++ branches/5.2.x/units/orders/orders_tag_processor.php (.../orders_tag_processor.php) (revision 14816) @@ -1,6 +1,6 @@ Application->ParseBlock(Array ('name' => $params['table_header_render_as'])) . $o; + } + + if ( getArrayValue($params, 'table_footer_render_as') ) { + $o .= $this->Application->ParseBlock(Array ('name' => $params['table_footer_render_as'])); + } + return $o; }