The checkout review pane shows an outline of all the panes from the first checkout page even if the "Include this pane on the Review checkout pane." option is unchecked, we'll need to review commerce_checkout_review_pane_checkout_form function.

Comments

rszrama’s picture

Issue tags: +low-hanging fruit

Tagging.

pcambra’s picture

Issue tags: +dcparisprintmarch

Tagging

guypaddock’s picture

This 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.

pcambra’s picture

Nice, it works for me :)

rszrama’s picture

Status: Needs review » Fixed

Committed. Thanks!

Status: Fixed » Closed (fixed)
Issue tags: -low-hanging fruit, -dcparisprintmarch

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