You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 19, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: guides/v2.2/howdoi/checkout/checkout_customize.md
+52-1Lines changed: 52 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -89,6 +89,57 @@ Any [UI component](https://glossary.magento.com/ui-component) is added in the `c
89
89
90
90
Make sure that you declare a component so that it is rendered correctly by the parent component. If a parent component is a general UI component (referenced by the `uiComponent` alias), its child components are rendered without any conditions. But if a parent component is an extension of a general UI components, then children rendering might be restricted in certain way. For example a component can render only children from a certain `displayArea`.
91
91
92
+
## Move a component
93
+
94
+
To move any component on your checkout page, find the component (parent) where it needs to be placed, and paste your component as a child of the parent.
95
+
96
+
The following example shows how to move the discount component to the order summary block, which will display on both shipping and billing steps.
0 commit comments