Single page checkout
To request a single page checkout process, read the following limitations below and then open a support ticket.
Limitations of Single Page Order Flow
There are a number of limitations with our single page order flow:
- Only available to clients that have only digital products, including subscriptions, so no shippable products can exist in your store.
- No support for add-ons that help increase your revenue, such as a backup CD or DVD or extended download service.
- Does not offer any built-in support for adding configuration options and cross-sells.
- Only available payment methods for customers are credit cards, PayPal, Amazon payments, and most real-time bank transfers.
- No support for check, money order, purchase orders, Alipay, or offline bank transfers.
- Address information is not collected from your customers.
- Cannot be used for just one or a few products; this is a setting that effects your entire store.
How Single Page Order Form Looks
This single page order flow shows the product details, the customer's basic contact information (first and last name, company, and email address), and payment method all on one page.
To hide the Remove button, Update Quantity button, Update Coupon field, or the Company, go to SpringBoard's Store Home » Styles. Select your active style and, under Style Options, select your desired options. Click Save. Note: You may need to close all browser windows and start with a fresh session to see changes.
You can also easily move the Payment Method section to the right of the Contact Information session, which will make the overall order page shorter in length. To accomplish this, go to SpringBoard's Store Home » Styles. Select your active style and download the ZIP file. Unzip the file, open your CSS file, and add the following CSS to the end of it.
.store-style-digital-only .store-section-customer-contact { display: inline-block; width: 48%; } .store-style-digital-only .store-section-payment { clear: none !important; display: inline-block; float: right; width: 48%; }
Save the CSS file. Rezip all files, and upload the new ZIP file. Note: You may need to close all browser windows and start with a fresh session to see changes.
We're Here to Help
If you are interested in our multiple page order processes, see Page Linking Options. If you are interested in seeing if you are eligible for our single page order process, please open a support ticket.