At admin/commerce/config/checkout it is stated:
"You may also add additional pages to the checkout process using the tab above and edit them using the operations links below. "
However, there is no "tab above" that I can see...
What is the correct way to insert additional checkout pages?
Comments
Comment #1
webmasterkai commentedCross link a similar post http://www.drupalcommerce.org/node/653
I can create a patch to remove the text or perhaps someone could point me to some help on how to create pages without custom code. Splitting the checkout process across several pages is a fairly regular feature request for us. It be nice if we didn't need to create code each time.
Thanks.
Comment #2
rszrama commentedAhh, yep, we actually did remove the ability to create checkout pages via the UI and forgot to update the help text. No need for the patch, as it's easy enough to remove. This is one of the things that we ultimately relegated to contrib; it might not be a bad feature for your checkout progress module, come to think of it... though it may be a bit of feature creep better suited to a custom module.
Comment #3
webmasterkai commentedAgreed. Probably best as a contrib module. Just wanted to make sure I wasn't missing anything. I've created another sandbox. http://drupal.org/node/1292528 Not sure what to call it since commerce_checkout_pages() is used. Maybe I'll do commerce_co_pages.
Comment #4
rszrama commentedHow about commerce_checkout_page_ui? A user interface for adding custom checkout pages without having to define them yourself in code.