This module tries to rendered removed pages. I'll attach a patch.

CommentFileSizeAuthor
#1 checkout_progress_notice.patch1.09 KBjcisio
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

jcisio’s picture

Attached patch fixes this.

jcisio’s picture

Another solution, though I didn't test, is in hook_commerce_checkout_page_info_alter() to check for all panes and change correspondant $pane['page'] to 'disabled'. However this need to be done in every hook implementation and is risky, because usually page_info is called before pane_info, if we get panes list in page_info_alter there is a change of dead lock.

mrsinguyen’s picture

Committed 741b521

thehong’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.