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
Updates Done (doc team, etc.)
Online documentation: 
Not done
Theming guide: 
Not done
Module developer documentation: 
Not done
Examples project: 
Not done
Coder Review: 
Not done
Coder Upgrade: 
Not done
Other: 
Other updates done
Details: 
Progress: 

Comments

vetchneons’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.