less than a minute read • Updated 2 hours ago
The one-page checkout: guest vs. account
How Foxy's single-page checkout automatically detects whether a customer has an account, instead of making them choose upfront.
Foxy’s checkout is a single page that automatically detects whether a customer already has an account, instead of asking them to choose between guest checkout and logging in before they can proceed.
How it works
Many checkouts present a customer with email and password fields, only to tell them after they submit that no account exists — leaving them to notice a small “register” link to create one. Foxy’s checkout skips that step: it checks whether the customer has an account and adjusts the fields shown to them automatically, based on your store’s settings.
Notes
Whether guest checkout is offered, required, or hidden entirely is a per-store setting, not a fixed behavior.
The checkout template can be customized with HTML, CSS, and JavaScript, so the guest/account experience can be styled to match the rest of your site.