This documentation is for a version that has reached its End Of Life. Such versions are no longer supported and don't receive security updates. Consider updating to a newer version.
Checkout templates¶
Template list¶
Path | Description |
---|---|
checkout/page.html.twig |
Main checkout page |
checkout/login.html.twig |
Login section of the checkout screen |
checkout/invoice_address.html.twig |
Invoice address section of the checkout screen |
checkout/delivery_address.html.twig |
Delivery address section of the checkout screen |
checkout/existing_delivery_address.html.twig |
Delivery address section when using an existing address |
checkout/form_fields.html.twig |
Form fields for the checkout |
checkout/shipping_payment.html.twig |
Shipping section of the checkout screen |
checkout/summary.html.twig |
Summary section of the checkout screen |
checkout/Email/order_confirmation.html.twig |
Confirmation email as HTML |
checkout/Email/order_confirmation.txt.twig |
Confirmation email as text |
checkout/order_confirmation.html.twig |
Confirmation of a successful order |
checkout/sidebar_delivery.html.twig |
Delivery address block in checkout sidebar |
checkout/sidebar_invoice.html.twig |
Invoice address block in checkout sidebar |
checkout/sidebar_summary.html.twig |
Order summary sidebar block |
checkout/sidebar_summary_row.html.twig |
Single row of sidebar summary |
checkout/step_header.html.twig |
Header of a checkout step |
checkout/simple/checkout.html.twig |
Simple checkout page |
checkout/simple/checkout_delivery_address.html.twig |
Delivery address for simple checkout |
checkout/simple/checkout_invoice_address.html.twig |
Invoice address for simple checkout |