All stores will be migrated to our improved checkout experience by January 2025
Action Required for Custom Checkouts
If you have custom code in your current checkout process or use different URLs to track conversions, you must migrate these customizations to the new checkout URLs before December 1st.
What's changing?
Streamlined Checkout Flow: The checkout process is being simplified from 4 pages to 3.
Automatic URL Redirects: Uscreen will automatically redirect old checkout URLs to the new ones. While it’s not mandatory, we recommend updating any CTAs (Call-to-Action buttons) on your site to reflect the new URLs.
Legacy Checkout Flow (4 Pages):
/join
- user chooses the subscription plan
/orders/customer_info
- user creates account
/orders/complete_order
- user enters payment info
/orders/success
- purchase confirmation page
New Checkout Flow (3 Pages):
/join
- user chooses the subscription plan
/checkout/new
- user creates account and enters payment details
/checkout/success
- purchase confirmation page
Previewing the New Checkout
If you’re a developer and want to preview the new pages before they go live, you can visit the following URLs:
For the /join page, the preview URL is /join_us. However, after December 1st, it will be /join.
For the /checkout pages, you will need an orderID variable in the URL to preview them. Example:
/checkout/new?o=12345
(where “12345” is the subscription ID).
Additional Notes:
If you currently use the /join_us URL from the beta checkout, it will be redirected to /join when the new checkout is live on December 1st, 2024.
If you use /orders/success as a conversion page (e.g., in Google Analytics), you’ll need to update it to /checkout/success.