You are here

function uc_cart_view_form_checkout in Ubercart 7.3

Same name and namespace in other branches
  1. 6.2 uc_cart/uc_cart.module \uc_cart_view_form_checkout()

Checkout redirect for uc_cart_view_form().

See also

uc_cart_view_form()

1 string reference to 'uc_cart_view_form_checkout'
uc_cart_view_form in uc_cart/uc_cart.module
Displays the contents of the customer's cart.

File

uc_cart/uc_cart.module, line 756

Code

function uc_cart_view_form_checkout($form, &$form_state) {
  $form_state['redirect'] = 'cart/checkout';
}