--- uc_cart.module (saved version) +++ (current document) @@ -1208,9 +1208,7 @@ $output .= '
' . $continue_shopping_link .'
' - . drupal_render($form['order_id']) . drupal_render($form['form_id']) - . drupal_render($form['form_token']) . drupal_render($form['update']) - . drupal_render($form['checkout']) .'
'; + . drupal_render($form) .''; return $output; }