We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
Can you make an option to set a h1 page title? So customers know they are on the checkout page. See image
The text was updated successfully, but these errors were encountered:
Could be a nice addition, no time in the near future to work on this.
You can just use normal theming system to add it yourself using checkout_index_index.xml though.
checkout_index_index.xml
Sorry, something went wrong.
Allright, can you give me the code to add this?
Use checkout_index_index.xml in your theme, then just add a block to the content container. Same as you would for any other layout customization.
content
<?xml version="1.0"?> <page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd"> <body> <referenceContainer name="content"> <!-- your custom block here --> </referenceContainer> </body> </page>
No branches or pull requests
Hi,
Can you make an option to set a h1 page title? So customers know they are on the checkout page. See image
The text was updated successfully, but these errors were encountered: