You are here

function uc_cart_view_form_continue_shopping in Ubercart 7.3

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

Continue shopping redirect for uc_cart_view_form().

See also

uc_cart_view_form()

1 string reference to 'uc_cart_view_form_continue_shopping'
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 738

Code

function uc_cart_view_form_continue_shopping($form, &$form_state) {
  $form_state['redirect'] = uc_cart_continue_shopping_url();
}