Include extra steps (or exclude existing ones) to your checkout journey
Contact
Shipping
Address
(this is a step that only appears for the first time buyer or when an address is incomplete)Payment
id | string | Id of the step |
---|---|---|
name | string | Name of the step |
page | string | undefined Note : If it is a default page, you don’t need to specify a page. | The property for setting a component to replace/insert on this page. |
summary | string | undefined Note : If it is a default page, you don’t need to specify a summary. | The property for setting a component to replace/insert on this summary. |
displayCondition | smart | required | byCondition | smart by default. When it is smart if the step has all the data selected, you will skip this step and be automatically redirected to the next step. If it’s required this step will always be displayed. If it’s byCondition the step will be displayed according to a condition defined in the step page. |
displayMode | Default | Full | Default the new step will include two sections, left side for the custom component and right side for the Cart Summary. Full is for a blank page. |
page
and we’ll load your page."smart"
by default. This means that if all of the required actions in a step have been done, the user will jump to the next step.
displayCondition
of any step to "required"