'meta_description'  => htmlspecialchars($oos_meta_description),
            'meta_keywords'     => htmlspecialchars($oos_meta_keywords),
            'oos_breadcrumb'    => $oBreadcrumb->trail(BREADCRUMB_SEPARATOR),
            'oos_heading_title' => $aLang['heading_title'],
            'oos_heading_image' => 'confirmation.gif'
        )
    );

    if (MODULE_ORDER_TOTAL_INSTALLED) {
      $oOrderTotalModules->process();
      $order_total_output = $oOrderTotalModules->output();
      $oSmarty->assign('order_total_output', $order_total_output);
    }

    if (is_array($oPaymentModules->modules)) {
        if ($confirmation = $oPaymentModules->confirmation()) {
            $oSmarty->assign('confirmation', $confirmation);
        }
    }

    if (is_array($oPaymentModules->modules)) {
      $oPaymentModules_process_button =  $oPaymentModules->process_button();
    }

    $oSmarty->assign('payment_modules_process_button', $oPaymentModules_process_button);


    if (isset($$_SESSION['payment']->form_action_url)) {
        $form_action_url = $$_SESSION['payment']->form_action_url;
    } else {
        $form_action_url = oos_href_link($aPages['checkout_process'], '', 'SSL');
        <td width="70%" valign="top" align="right"><table border="0" cellspacing="0" cellpadding="2">

<?php 
if (MODULE_ORDER_TOTAL_INSTALLED) {
    echo $order_total_modules->output();
}
?>

        </table></td>
      </tr>
    </table>
  </div>

<?php 
if (is_array($payment_modules->modules)) {
    if ($confirmation = $payment_modules->confirmation()) {
        ?>

  <h2><?php 
        echo HEADING_PAYMENT_INFORMATION;
        ?>
</h2>

  <div class="contentText"  style="margin-left:5px">
    <table border="0" cellspacing="0" cellpadding="2">
      <tr>
        <td colspan="4"><?php 
        echo $confirmation['title'];
        ?>
</td>
      </tr>