Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Aug 10th, 2012  |  syntax: None  |  size: 0.28 KB  |  hits: 14  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. function mayo_form_alter(&$form, &$form_state, &$form_id) {
  2. if (substr($form_id, 0, 30 ) = "commerce_cart_add_to_cart_form" );
  3.   $form['actions']['submit']['#type'] = 'image_button';
  4.   $form['actions']['submit']['#src'] = drupal_get_path('theme', 'mayo') . '/images/addcart.png';
  5. }