You are here

function dc_ajax_add_cart_rebuild_update_quantity_form in Commerce Ajax Add to Cart 7.2

Same name and namespace in other branches
  1. 7 dc_ajax_add_cart.module \dc_ajax_add_cart_rebuild_update_quantity_form()

Rebuild update quantity form.

1 string reference to 'dc_ajax_add_cart_rebuild_update_quantity_form'
dc_ajax_add_cart_update_quantity in ./dc_ajax_add_cart.module
Update line item quantity.

File

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

Code

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