We have a review page by default, but no review pane.

We need each pane to have a buildReview() or buildSummary() method which will provide a rendered version of its values.
The review pane would then aggregate those reviews (ordered by weight), and provide an "Edit" link next to each one's title, which takes you back to its step.
Example: https://docs.shopify.com/assets/images/support/checkout-page-3a.jpg?1461... taken from https://docs.shopify.com/themes/customization/checkout/show-order-confir...

Issue fork commerce-2710987

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

bojanz created an issue. See original summary.

bojanz’s picture

Assigned: Unassigned » bojanz

The initial checkout commit included the buildPaneSummary method.

Started work on the pane, realized that the method should return a string, not an array, which also means changing buildConfigurationSummary() to match.
I'll do that in this commit along with th epane.

  • bojanz committed f41d4a1 on 8.x-2.x
    Issue #2710987 by bojanz: Create the review pane
    
bojanz’s picture

Status: Active » Fixed

Done.

Status: Fixed » Closed (fixed)

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

saranya mohan made their first commit to this issue’s fork.