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
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
Comment #2
bojanz commentedThe 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.
Comment #4
bojanz commentedDone.