checkout_payment.php File Reference
page process checkout payement More...
Go to the source code of this file.
Variables
- if(isset($cart->cartID)&&tep_session_is_registered('cartID'))
elseif(isset($cart->cartID)&&!tep_session_is_registered('cartID')) if (!tep_session_is_registered('shipping')&&(tep_count_shipping_modules() > 0)) tep_redirect(tep_href_link(FILENAME_CHECKOUT_SHIPPING - $total_weight = $cart->show_weight()
- $total_count = $cart->count_contents()
- $payment_modules = payment::getInstance($payment)
- $selection = $payment_modules->selection()
- $radio_buttons = 0
Detailed Description
page process checkout payement
Definition in file checkout_payment.php.
Variable Documentation
| $payment_modules = payment::getInstance($payment) |
Definition at line 75 of file checkout_payment.php.
| $radio_buttons = 0 |
Definition at line 87 of file checkout_payment.php.
| $selection = $payment_modules->selection() |
Definition at line 86 of file checkout_payment.php.
Referenced by formUtility::draw_selection_field(), and payment::selection().
| $total_count = $cart->count_contents() |
Definition at line 72 of file checkout_payment.php.
Referenced by mzmt::determineTableMethod(), mzmt::quote(), and item::quote().
| $total_weight = $cart->show_weight() |
Definition at line 71 of file checkout_payment.php.
Referenced by checkout_process::process_exe(), and shipping::quote().
| if (isset($cart->cartID)&&tep_session_is_registered('cartID')) elseif (isset($cart->cartID)&&!tep_session_is_registered('cartID')) if(!tep_session_is_registered('shipping')&&(tep_count_shipping_modules() > 0)) tep_redirect(tep_href_link(FILENAME_CHECKOUT_SHIPPING |
avoid hack attempts during the checkout procedure by checking the internal cartID
Definition at line 34 of file checkout_payment.php.
