Index: oscommerce2/trunk/catalog/shopping_cart.php =================================================================== diff -u -r703 -r1699 --- oscommerce2/trunk/catalog/shopping_cart.php (.../shopping_cart.php) (revision 703) +++ oscommerce2/trunk/catalog/shopping_cart.php (.../shopping_cart.php) (revision 1699) @@ -5,13 +5,18 @@ osCommerce, Open Source E-Commerce Solutions http://www.oscommerce.com - Copyright (c) 2003 osCommerce + Copyright (c) 2007 osCommerce Released under the GNU General Public License */ require("includes/application_top.php"); + if ($cart->count_contents() > 0) { + include(DIR_WS_CLASSES . 'payment.php'); + $payment_modules = new payment; + } + require(DIR_WS_LANGUAGES . $language . '/' . FILENAME_SHOPPING_CART); $breadcrumb->add(NAVBAR_TITLE, tep_href_link(FILENAME_SHOPPING_CART)); @@ -202,6 +207,29 @@ checkout_initialization_method(); + + if (!empty($initialize_checkout_methods)) { +?> + + + + + + + + + + + + + +