Checkout
Last updated
Last updated
Checkout consist of various steps which can be configured per project.
Features
Section
Description
Header and footer
The checkout has a custom header and footer for less distraction
Billing and shipping address
Information about billing and shipping address
Postal code format validation
Specific country postal code format validation is possible
Order comment
The same order comment message as in the cart can be included in checkout
Summary
Overview of quote or order to be placed
Order as guest
Functionality to order as guest with automatic account creation and automatic quote or order merge.
Confirmation pages
Separate confirmation pages can be setup for a quote and an order.
Order failed page
Information about functionality around a failed order.
The header and footer in checkout can be different from the regular layout header and footer. The header is not sticky and just includes a logo, text and back button.
Desktop header example
Mobile header example
Setting the billing and shipping address is possible in checkout. By default only one address is used. As soon as the address is successfully entered, the address fields collapse into a summary view.
Each country can have it’s own postal code format.
By default the following validation is possible
Denmark: 4 digits between 1111 and 9999
Sweden: 5 digits between 11115 and 98499
Finland: 5 digits between 100 and 99990
Germany: 5 digits between 1067 and 99998
Greenland: 4 digits between 3900 and 3999
Netherlands: 4 digits. First one between 1 and 9, second to fourth one between 0 and 9. And 2 letters where sa, sd and ss are not possible.
Other countries; rules are defined by Magento default validation.
In the bottom of the checkout, there’s a summary button which can be clicked to open.
Optionally a comment field can be filled in checkout.
By default customers can checkout as guest or as registered customer by logging in. In case a customer checks out as guest, a customer account can automatically be created to facilitate future login request. It is important that this is clearly mentioned in the privacy policy as it’s required to facilitate quote edit, order handling, et cetera. The email address is the unique identifier. In case a guest checkout is done on an email address which already has an account, the quote or order is merged into the account. Summarized:
Guests can checkout and automatically get a customer account with login option
Quotes and orders are merged into an existing account if the email address already has a customer account
The checkout confirmation page is available in three different views.
Quote; regular request
Quote: company action period request
Order
The difference between a quote or an order is cause by usage of payment method. Methods marked with “Pay Layer” result in a quote and any other payment method results in an order. A quote has a specific page that is shown in case a “company action period” is active. This allows for different content to be shown. Content is maintained via Wordpress Blocks A confirmation page consist of:
The quote- or ordernumber
Content title and bullets
An image
When creating an order or quote fails, for instance when a payment provider issue occurs, a failed page is shown. Content for this can be maintained in a Wordpress block. In case a quote or order has failed, the exact cart is recreated so a user can continue and try again with for instance a different payment method.