Change record status: 
Project: 
Introduced in branch: 
8.x-2.x
Introduced in version: 
8.x-2.0-beta7
Description: 

The "summary" part of the checkout form has been renamed to "sidebar", and can now contain panes. The previous order summary view is now provided through the OrderSummary checkout pane.

Breaking changes:

    The commerce_checkout_form__with_summary template is now called commerce_checkout_form__with_sidebar
    The "__with_summary" template suggestions are now "__with_sidebar"
    The "has_order_summary" key in CheckoutFlowInterface::getSteps() is now "has_sidebar"
Impacts: 
Module developers
Themers

Comments

luongosb’s picture

Please update the Commerce2 Docs to reflect this: https://docs.drupalcommerce.org/commerce2/developer-guide/checkout/creat...

It took me a while to find this issue.