Enhanced Checkout Progress Indicator
I am working on a conference website that require user to create an account before being able to register their name, meal preference and their membership type ($50 for member and $80 for non member). I was able to make use of the webform and commerce webform modules to create the registration form which added "Add to Cart" button replacing the original webform submit button.
However, I would like to be able to present the sequence similar to the Checkout Progress Indicator to highlight the following steps:
1. Create account or login
2. Registration form (webform and commerce webform)
3. Checkout
4. Review Order
5. Checkout Complete
6. Select the sessions that they wish to attend (custom form with a few select list for the user to choose... only after they have paid for the conference.)
I am thinking of doing something like the checkout_page_example and the checkout_pane_example to embed steps 1, 2, and 6. Is this feasible? Would like to hear any feedback or any better alternatives to achieve this.
I did tried the registration and commerce_registration but did not seem to be able to customize to what I need at this time. Will definitely look at those modules again when time permit.