Closed (fixed)
Project:
Commerce Checkout Progress
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
7 Mar 2012 at 12:01 UTC
Updated:
22 Mar 2012 at 08:40 UTC
Jump to comment: Most recent file
Comments
Comment #1
jcisio commentedAttached patch fixes this.
Comment #2
jcisio commentedAnother 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.
Comment #3
mrsinguyen commentedCommitted 741b521
Comment #4
thehong commented