QuickCheckout
The QuickCheckout component allows the creation of an order on a single page. This component is meant as an alternative to the Checkout component.
Properties
step (string)
The currently active checkout step. This parameter should be filled via URL parameter.
loginPage (string)
The name of the cms page that hosts the signUp component. By default, a sign up form is displayed by the quickCheckout component. For users with an existing account a "Log in" link is available. This property determines what cms page will be used for that link.
showNotesField (boolean)
Determines if the customer notes field should be displayed.
Example implementations
Display the quick checkout page
ini
title = "Checkout"
url = "/checkout/:step?"
[quickCheckout]
step = "{{ :step }}"
showNotesField = true
==
{% component 'quickCheckout' %}