commerce-8.x-2.8/modules/checkout/templates/commerce-checkout-form--with-sidebar.html.twig
modules/checkout/templates/commerce-checkout-form--with-sidebar.html.twig
{# /** * @file * Two column template for the checkout form. * * Available variables: * - form: The form. * * @ingroup themeable */ #} <div class="layout-checkout-form clearfix"> <div class="layout-region layout-region-checkout-main"> {{ form|without('sidebar', 'actions') }} </div> <div class="layout-region layout-region-checkout-secondary"> <h3>{% trans %} Order Summary {% endtrans %}</h3> {{ form.sidebar }} </div> <div class="layout-region layout-region-checkout-footer"> {{ form.actions }} </div> </div>