Altering checkout form text
Hi, I'm fairly new to drupal, and I'm having trouble finding any information on how to alter the values on the continue/go back buttons on the checkout forms. Is this possible? If so, is there anything online that explains how to do it?
Comments
Is there no way to do this?
Is there no way to do this?
Use hook_commerce_checkout_page_info_alter()
Sure - Use the [page info alters](http://www.drupalcommerce.org/node/146). The [Commerce Examples](http://drupal.org/project/commerce_examples) project has examples of how to do it.