Closed (fixed)
Project:
Commerce Core
Version:
7.x-1.x-dev
Component:
Checkout
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
14 Feb 2011 at 16:03 UTC
Updated:
3 Jan 2014 at 02:58 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
rszrama commentedTagging.
Comment #2
pcambraTagging
Comment #3
guypaddock commentedThis did indeed turn out to be low-hanging fruit, and was indeed in
commerce_checkout_review_pane_checkout_form(); the function was correctly filtering the panes, but then throwing away the applicable panes and just doing a query for all the panes that came before the review step.The attached patch should fix this issue.
Comment #4
pcambraNice, it works for me :)
Comment #5
rszrama commentedCommitted. Thanks!