Messages inside checkout form
I'm working on a Commerce webshop with a custom theme that handles messages itself, but the checkout form gets in my way by printing messages directly into the form. I currently solved the problem by uncommenting the appropriate lines in commerce_checkout.pages.inc. Is there a cleaner way to stop commerce_checkout handling messages itself?
Comments
Can you give a clearer
Can you give a clearer description of the problem? Maybe a screenshot? You can override checkout pages completely, and alter them, and replace them. [Commerce Examples](http://drupal.org/project/commerce_examples) shows how in the checkout_page_example and checkout_pane_example.