You are here

function dc_ajax_add_cart_rebuild_add_to_cart_form in Commerce Ajax Add to Cart 7

Same name and namespace in other branches
  1. 7.2 dc_ajax_add_cart.module \dc_ajax_add_cart_rebuild_add_to_cart_form()

Rebuild add to cart form.

1 string reference to 'dc_ajax_add_cart_rebuild_add_to_cart_form'
dc_ajax_add_cart_form_alter in ./dc_ajax_add_cart.module
Implements hook_form_alter().

File

./dc_ajax_add_cart.module, line 674
Ajax add to cart module.

Code

function dc_ajax_add_cart_rebuild_add_to_cart_form($form, &$form_state) {
  $form_state['rebuild'] = TRUE;
}