We have resolved the email problem by making all emails html. BUT: we have the following problems. We have merged all pages into existing pages.
1) calendar isn't showing up on the checkout page.
2) /yourtemplate/templates/tpl_checkout_confirmation_default.php - line 187 - this bit of code
---- . (is_array($payment_modules->modules) ? $payment_modules->process_form_params() : '') ----
breaks the final checkout page and results in error
-----Fatal error: Call to undefined method payment:

rocess_form_params() in /home/saftek/public_html/shop/includes/templates/custom/templates/tpl_checkout_confirmation_default.php on line 187 ----
Any clues on where to go from here would be appreciated.
Bookmarks