Customize Checkout Look and Feel

There was a recent commit that made the checkout process table-less in the Commerce Issue Que. It was reverted in favor of making such a large change to the codebase on a 2.x release. That code still exists and it's all possible using theme_ functions in your template.php...

  1. Step 1 - Go here /modules/checkout/includes/commerce_checkout.pages.inc and look for functions that start with theme_
  2. Step 2 - Add those functions that you want to your template.php in your theme or a custom module
  3. Step 3 - change the function word "theme" with your theme name or module name.
  4. Step 4 - Make an obvious change or two
  5. Step 5 - Clear all caches and then go through the checkout process.

Let us know in the comments if this process worked for you! Also, post any tweaks to the Commerce Issue Que and they might be considered for inclusion for the 2.x release.

Found errors? Think you can improve this documentation? edit this page