wish to change a couple of issues with Drupal Development Company hook they supply. Drupal Developer kind id is commerce-cart-add-to-cart-form-626 and Drupal Development Company submission button ID is edit-submit.
I created a module (jch_test) which comprises Drupal Development Company following code.
perform jch_test_form_commerce_cart_add_to_cart_form_alter(&$kind, &$form_state) { $line_item = $form_state['line_item']; $product = commerce_product_load($line_item->commerce_product[LANGUAGE_NONE] [0]['product_id']); if ($product->sort == 'product') { $kind['submit']['#value'] = t('Check'); } }
Drupal Developer module masses, however Drupal Development Company hook is not invoked. What am I doing improper?