Checkout Experience Subtab
These settings let you set up the checkout experience for shoppers on SuiteCommerce and SuiteCommerce Advanced websites.
Skip Checkout Login
The Skip Checkout Login setting works with SuiteCommerce and SuiteCommerce Advanced.
This Boolean lets anonymous shoppers skip the login or register page at checkout and go directly to the first checkout step. This setting is disabled by default.
After this setting is enabled, the Checkout application doesn't create a guest session until data is sent to the backend for validation (like through an Ajax call). If a shopper enters their name, a session isn't created until the order is submitted. Some session information, like payment permissions, isn't known until it's validated in the backend.
After the guest session is created, the Checkout application refers to the shopper as a Guest. If they want to log in as a registered user later, they need to log out first and then log in or create an account. After checkout, guests can also create an account.
Invoices can't be set as a payment option if the Skip Checkout Login setting is enabled and your web store uses the One Page Checkout flow. The Skip Checkout Login setting isn't supported on Site Builder sites or when the Multiple Ship To setting is enabled.
For more Information, see Checkout.
ID |
checkoutApp.SkipLogin |
ID (pre-Vinson) |
checkout_skip_login |
UI location |
Checkout > Checkout Experience |
JSON file |
CheckoutApplication.json |
Configuration file (pre-Vinson) |
Configuration.js |
Use Standard Header and Footer
The Use Standard Header and Footer setting works with to SuiteCommerce and the Aconcagua release of SuiteCommerce Advanced and later.
There are two types of headers and footers:
-
Standard: Used on non-checkout pages, with navigation and links.
-
Checkout: Used on checkout pages, without navigation or links, to help stop shoppers from leaving before finishing a purchase.
If you check the Use Standard Header and Footer box, checkout pages will show the standard header and footer. By default, this box is disabled, so checkout pages use the checkout header and footer instead.
ID |
useStandardHeaderFooter |
UI location |
Checkout > Checkout Experience |
JSON file |
CheckoutApplication.json |