You are here

function commerce_product_bundle_add_to_cart_form_validate in Commerce Product Bundle 7

Same name and namespace in other branches
  1. 7.2 commerce_product_bundle.module \commerce_product_bundle_add_to_cart_form_validate()

Validation for the add to cart form.

Parameters

array $form: The form array.

array $form_state: The array reflecting the actual state of the form.

1 string reference to 'commerce_product_bundle_add_to_cart_form_validate'
commerce_product_bundle_add_to_cart_form in ./commerce_product_bundle.module
Builds the add to cart form, for product bundles.

File

./commerce_product_bundle.module, line 1084
Allows the bundling of products in Drupal Commerce.

Code

function commerce_product_bundle_add_to_cart_form_validate($form, &$form_state) {

  // @TODO: Add the needed validation methods.
}